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

Unified Diff: lib/child/elemHideEmulation.js

Issue 29397620: Issue 5055 - Update adblockpluscore dependency to revision d0715e99bd3b and adblockplusui to 8ceaab… (Closed) Base URL: https://hg.adblockplus.org/adblockplus
Patch Set: Created March 29, 2017, 12:29 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
« no previous file with comments | « ext/common.js ('k') | metadata.gecko » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/child/elemHideEmulation.js
===================================================================
--- a/lib/child/elemHideEmulation.js
+++ b/lib/child/elemHideEmulation.js
@@ -95,17 +95,17 @@
location: filter.replace(/^.*?##/, ""),
Sebastian Noack 2017/03/29 12:58:41 Another change caused the second argument to addSe
Wladimir Palant 2017/03/29 13:28:52 It doesn't strictly require changes but we can ind
filter: filter,
filterType: "elemhideemulation"
});
}
}
);
- handler.load(() => handler.apply());
+ handler.apply();
Sebastian Noack 2017/03/29 12:58:41 Note that this change is redundant with https://is
Wladimir Palant 2017/03/29 13:28:52 I've resolved it as a duplicate since that change
};
subject.addEventListener("load", onReady);
};
Services.obs.addObserver(onContentWindow, "content-document-global-created",
false);
onShutdown.add(() =>
« no previous file with comments | « ext/common.js ('k') | metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld