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

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

Issue 2385073002: HTMLConstructor implementation (Closed)
Patch Set: 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..b10ca6e07de339040b401ad3d2563faccf50f027 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/custom/V8HTMLConstructor.cpp",
dominicc (has gone to gerrit) 2016/10/03 05:50:26 Let's move this out of 'Custom' since it's infrast
"core/v8/custom/V8HTMLPlugInElementCustom.cpp",
"core/v8/custom/V8IntersectionObserverCustom.cpp",
"core/v8/custom/V8MediaQueryListCustom.cpp",

Powered by Google App Engine
This is Rietveld 408576698