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

Unified Diff: chrome/renderer/resources/extensions/notifications_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: chrome/renderer/resources/extensions/notifications_custom_bindings.js
diff --git a/chrome/renderer/resources/extensions/notifications_custom_bindings.js b/chrome/renderer/resources/extensions/notifications_custom_bindings.js
index 4a61d36729b7332619365f6c6dccf24d5eb9ef0f..e793483af2b8c303a36e07cecd7ffb99b256d7f3 100644
--- a/chrome/renderer/resources/extensions/notifications_custom_bindings.js
+++ b/chrome/renderer/resources/extensions/notifications_custom_bindings.js
@@ -120,7 +120,7 @@ function genHandle(name, failure_function) {
if (success) {
sendRequest(that.name,
[id, notification_details, callback],
- that.definition.parameters, {stack: stack});
+ that.definition.parameters, {__proto__: null, stack: stack});
return;
}
lastError.run(name,

Powered by Google App Engine
This is Rietveld 408576698