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

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

Issue 2301993002: binding: Introduces ExceptionToPromiseScope. (Closed)
Patch Set: Removed throwMinimumArityError family. 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_interface.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
index 653ad7462de8c93ed59b41347f1d8c25ec65a416..e0dc8c7df347a66a9a6fb369a2a215e62f48cdc3 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
@@ -50,7 +50,6 @@ from v8_utilities import (cpp_name_or_partial, cpp_name, has_extended_attribute_
INTERFACE_H_INCLUDES = frozenset([
- 'bindings/core/v8/GeneratedCodeHelper.h',
'bindings/core/v8/ScriptWrappable.h',
'bindings/core/v8/ToV8.h',
'bindings/core/v8/V8Binding.h',
@@ -60,6 +59,7 @@ INTERFACE_H_INCLUDES = frozenset([
])
INTERFACE_CPP_INCLUDES = frozenset([
'bindings/core/v8/ExceptionState.h',
+ 'bindings/core/v8/GeneratedCodeHelper.h',
'bindings/core/v8/V8DOMConfiguration.h',
'bindings/core/v8/V8ObjectConstructor.h',
'core/dom/Document.h',

Powered by Google App Engine
This is Rietveld 408576698