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

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

Issue 1960903002: [Extensions] Clean and update runtime bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/binding.js
diff --git a/extensions/renderer/resources/binding.js b/extensions/renderer/resources/binding.js
index 146d3378cfc30317e323ea4ace9f61b116b6e97d..22f3f583ca953045eca536cd626da373dde3768a 100644
--- a/extensions/renderer/resources/binding.js
+++ b/extensions/renderer/resources/binding.js
@@ -235,6 +235,7 @@ Binding.prototype = {
return;
hook({
+ __proto__: null,
apiFunctions: this.apiFunctions_,
schema: schema,
compiledApi: api

Powered by Google App Engine
This is Rietveld 408576698