mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
fix
This commit is contained in:
parent
b634c2fea6
commit
6a31ec80d3
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
|
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
|
||||||
index f59f732..07a9a60 100644
|
index b63e0cd..4e3e53b 100644
|
||||||
--- a/browser/base/content/browser.js
|
--- a/browser/base/content/browser.js
|
||||||
+++ b/browser/base/content/browser.js
|
+++ b/browser/base/content/browser.js
|
||||||
@@ -5445,8 +5445,6 @@ var XULBrowserWindow = {
|
@@ -5504,8 +5504,6 @@ var XULBrowserWindow = {
|
||||||
|
|
||||||
SafeBrowsingNotificationBox.onLocationChange(aLocationURI);
|
SafeBrowsingNotificationBox.onLocationChange(aLocationURI);
|
||||||
|
|
||||||
|
@ -12,10 +12,10 @@ index f59f732..07a9a60 100644
|
||||||
window,
|
window,
|
||||||
aLocationURI,
|
aLocationURI,
|
||||||
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
|
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
|
||||||
index 64ac529..8cf69c1 100644
|
index 43fbae6..5db0911 100644
|
||||||
--- a/browser/components/BrowserGlue.jsm
|
--- a/browser/components/BrowserGlue.jsm
|
||||||
+++ b/browser/components/BrowserGlue.jsm
|
+++ b/browser/components/BrowserGlue.jsm
|
||||||
@@ -1269,7 +1269,6 @@ BrowserGlue.prototype = {
|
@@ -1270,7 +1270,6 @@ BrowserGlue.prototype = {
|
||||||
lazy.Normandy.init();
|
lazy.Normandy.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ index 64ac529..8cf69c1 100644
|
||||||
AboutHomeStartupCache.init();
|
AboutHomeStartupCache.init();
|
||||||
|
|
||||||
diff --git a/browser/components/moz.build b/browser/components/moz.build
|
diff --git a/browser/components/moz.build b/browser/components/moz.build
|
||||||
index 71a1b85..ed3b6d1 100644
|
index 3b2126e..32b7831 100644
|
||||||
--- a/browser/components/moz.build
|
--- a/browser/components/moz.build
|
||||||
+++ b/browser/components/moz.build
|
+++ b/browser/components/moz.build
|
||||||
@@ -44,7 +44,6 @@
|
@@ -44,7 +44,6 @@ DIRS += [
|
||||||
"originattributes",
|
"originattributes",
|
||||||
"pagedata",
|
"pagedata",
|
||||||
"places",
|
"places",
|
||||||
|
|
Loading…
Reference in a new issue