Chromium Code Reviews| 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", |