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

Unified Diff: third_party/WebKit/Source/bindings/scripts/v8_globals.py

Issue 2376913002: [Bindings] Drop a global variable 'interfaces' in v8_globals (Closed)
Patch Set: Update documents Created 4 years, 3 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: third_party/WebKit/Source/bindings/scripts/v8_globals.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_globals.py b/third_party/WebKit/Source/bindings/scripts/v8_globals.py
index 9ca2a3574a9fdb27ae567f8c6ab0a301a9bdbaf2..55ed25722ed79e53818775631fef6d59831fdbe5 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_globals.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_globals.py
@@ -29,4 +29,3 @@
"""Module to share global variables (includes and interfaces) across modules."""
includes = set()
-interfaces = {}

Powered by Google App Engine
This is Rietveld 408576698