Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: safari/ext/background.js

Issue 5767063142400000: notification fixes (Closed)
Patch Set: removed import of ext/background.js from notification.html Created March 4, 2014, 4:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: safari/ext/background.js
===================================================================
--- a/safari/ext/background.js
+++ b/safari/ext/background.js
@@ -634,13 +634,6 @@
}
};
- ext.backgroundPage = {
- getWindow: function()
- {
- return safari.extension.globalPage.contentWindow;
- }
- };
-
ext.onMessage = new BackgroundMessageEventTarget();
var contextMenuItems = [];

Powered by Google App Engine
This is Rietveld