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

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

Issue 2834053003: Split V8Binding (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
index a3f97e73a56fff896c244fc2858ef73ab73c1183..8fbf18af19b93d0494c6adb358c5160f60aa13be 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
@@ -44,7 +44,7 @@ CALLBACK_INTERFACE_H_INCLUDES = frozenset([
])
CALLBACK_INTERFACE_CPP_INCLUDES = frozenset([
'bindings/core/v8/ScriptController.h',
- 'bindings/core/v8/V8Binding.h',
+ 'bindings/core/v8/V8BindingForCore.h',
'core/dom/ExecutionContext.h',
'platform/wtf/Assertions.h',
'platform/wtf/GetPtr.h',

Powered by Google App Engine
This is Rietveld 408576698