Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: extensions/renderer/resources/web_request_custom_bindings.js

Issue 1914643003: [Extensions] Update last_error.js, send_request.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/renderer/resources/web_request_custom_bindings.js
diff --git a/extensions/renderer/resources/web_request_custom_bindings.js b/extensions/renderer/resources/web_request_custom_bindings.js
index 2dd7ce4f0487b16b174e7196e5496693b04e9e4b..26ba84fcf91f683d2f65cafa6a8fab15c04e87d2 100644
--- a/extensions/renderer/resources/web_request_custom_bindings.js
+++ b/extensions/renderer/resources/web_request_custom_bindings.js
@@ -14,7 +14,7 @@ binding.registerCustomHook(function(api) {
apiFunctions.setHandleRequest('handlerBehaviorChanged', function() {
var args = $Array.slice(arguments);
sendRequest(this.name, args, this.definition.parameters,
- {forIOThread: true});
+ {__proto__: null, forIOThread: true});
});
});

Powered by Google App Engine
This is Rietveld 408576698