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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2385073002: HTMLConstructor implementation (Closed)
Patch Set: Renamed V8HTMLElement constructor to HTMLConstructor Created 4 years, 2 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/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index b3b8906c5ae54dd9d9a6023f24f21f9c7844f30b..7cc5dcbf9766ee130aa1a47fffda2c7f6a12635c 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -19,7 +19,6 @@ bindings_core_v8_files =
"core/v8/custom/V8ErrorEventCustom.cpp",
"core/v8/custom/V8EventTargetCustom.cpp",
"core/v8/custom/V8HTMLAllCollectionCustom.cpp",
- "core/v8/custom/V8HTMLElementCustom.cpp",
"core/v8/custom/V8HTMLPlugInElementCustom.cpp",
"core/v8/custom/V8IntersectionObserverCustom.cpp",
"core/v8/custom/V8MediaQueryListCustom.cpp",
@@ -122,6 +121,9 @@ bindings_core_v8_files =
"core/v8/ScriptValueSerializer.h",
"core/v8/ScriptWrappable.cpp",
"core/v8/ScriptWrappable.h",
+ "core/v8/ScriptWrappableVisitor.cpp",
+ "core/v8/ScriptWrappableVisitor.h",
+ "core/v8/ScriptWrappableVisitorVerifier.h",
"core/v8/SerializationTag.h",
"core/v8/SerializedScriptValue.cpp",
"core/v8/SerializedScriptValue.h",
@@ -153,9 +155,6 @@ bindings_core_v8_files =
"core/v8/V8EventListenerInfo.h",
"core/v8/V8GCController.cpp",
"core/v8/V8GCController.h",
- "core/v8/ScriptWrappableVisitor.cpp",
- "core/v8/ScriptWrappableVisitor.h",
- "core/v8/ScriptWrappableVisitorVerifier.h",
"core/v8/V8EventListenerHelper.cpp",
"core/v8/V8EventListenerHelper.h",
"core/v8/V8GCForContextDispose.cpp",
@@ -163,6 +162,7 @@ bindings_core_v8_files =
"core/v8/V8GlobalValueMap.h",
"core/v8/V8HiddenValue.cpp",
"core/v8/V8HiddenValue.h",
+ "core/v8/V8HTMLConstructor.cpp",
"core/v8/V8IdleTaskRunner.h",
"core/v8/V8Initializer.cpp",
"core/v8/V8Initializer.h",

Powered by Google App Engine
This is Rietveld 408576698