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

Unified Diff: lib/compat.js

Issue 29523555: Issue 5552 - use strict mode for all JS in libadblocklus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: move setting of V8 flags at the very beginning Created Aug. 22, 2017, 10:51 a.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 | « no previous file | src/JsEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compat.js
diff --git a/lib/compat.js b/lib/compat.js
index 6d270b7118e41f513dae03756da4f7e27aed5887..d2d5bb23ab358b1e4f2e564da161e19eafc8d39d 100644
--- a/lib/compat.js
+++ b/lib/compat.js
@@ -34,7 +34,7 @@ function importAll(module, globalObj)
globalObj[key] = exports[key];
}
-onShutdown = {
+const onShutdown = {
done: false,
add: function() {},
remove: function() {}
« no previous file with comments | « no previous file | src/JsEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld