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

Unified Diff: chrome/ext/content.js

Issue 5464830253203456: Refactored the abstraction layer to address prerendered pages on Safari caused by leaky abstraction (Closed)
Patch Set: Fixed issue with element collapsing introduced while rebasing Created April 9, 2014, 6: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: chrome/ext/content.js
===================================================================
--- a/chrome/ext/content.js
+++ b/chrome/ext/content.js
@@ -1,1 +1,1 @@
-ext.onMessage = new MessageEventTarget();
+ext._setupMessageListener(function() { return {}; });
« no previous file with comments | « chrome/ext/common.js ('k') | chrome/ext/popup.js » ('j') | safari/ext/background.js » ('J')

Powered by Google App Engine
This is Rietveld