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

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

Issue 2385073002: HTMLConstructor implementation (Closed)
Patch Set: Move V8HTMLConstructor.cpp outside of 'custom' dir, spelling error fix 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..e02f39ed6bd9951c7ff624a0c729ce5e97934805 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -19,7 +19,7 @@ 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/V8HTMLConstructor.cpp",
"core/v8/custom/V8HTMLPlugInElementCustom.cpp",
"core/v8/custom/V8IntersectionObserverCustom.cpp",
"core/v8/custom/V8MediaQueryListCustom.cpp",

Powered by Google App Engine
This is Rietveld 408576698