Index: third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp |
similarity index 98% |
rename from third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
rename to third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp |
index d38ed9e8f029ddfe78f526cb35a73caf8ffaf690..61c510dfcedf60697fed258683bf9d166488be92 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp |
@@ -2,14 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "bindings/core/v8/V8HTMLElement.h" |
- |
#include "bindings/core/v8/DOMWrapperWorld.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScriptCustomElementDefinition.h" |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8BindingMacros.h" |
#include "bindings/core/v8/V8DOMWrapper.h" |
+#include "bindings/core/v8/V8HTMLElement.h" |
#include "bindings/core/v8/V8ThrowException.h" |
#include "core/dom/Document.h" |
#include "core/dom/Element.h" |
@@ -20,7 +19,7 @@ |
namespace blink { |
-void V8HTMLElement::constructorCustom( |
+void V8HTMLElement::HTMLConstructor( |
const v8::FunctionCallbackInfo<v8::Value>& info) { |
DCHECK(info.IsConstructCall()); |