| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| index 1a037534dffe12fbcd242e8a945ca950e0d89eb9..c0a526de2fc639a1b0662b3c784fca9f164d949e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| @@ -52,7 +52,7 @@ void V8HTMLElement::constructorCustom(
|
| info.Holder(),
|
| isolate);
|
| Element* element = window->document()->createElement(
|
| - def->localName(),
|
| + def->descriptor().localName(),
|
| AtomicString(),
|
| exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
|
|