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

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

Issue 2605683002: Remove ActiveDOMCallback (Closed)
Patch Set: temp Created 4 years 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 a9c70a66ae7a286a8c4135fde4b841ba53d75f76..6cf34d58f0f1a879beb06b255f14db1d54ccf322 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
@@ -39,7 +39,6 @@ import v8_types
import v8_utilities
CALLBACK_INTERFACE_H_INCLUDES = frozenset([
- 'bindings/core/v8/ActiveDOMCallback.h',
'bindings/core/v8/DOMWrapperWorld.h',
'bindings/core/v8/ScopedPersistent.h',
])

Powered by Google App Engine
This is Rietveld 408576698