| Index: third_party/WebKit/Source/web/WebDocument.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp
|
| index f312ff5d428655c3943bc0c9aa9a565e678473e3..12eeb25ef2549e65a1916c8d03091598f7b9a2a1 100644
|
| --- a/third_party/WebKit/Source/web/WebDocument.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDocument.cpp
|
| @@ -298,7 +298,7 @@ v8::Local<v8::Value> WebDocument::registerEmbedderCustomElement(const WebString&
|
| V8ElementRegistrationOptions::toImpl(isolate, options, registrationOptions, exceptionState);
|
| if (exceptionState.hadException())
|
| return v8::Local<v8::Value>();
|
| - ScriptValue constructor = document->registerElement(ScriptState::current(isolate), name, registrationOptions, exceptionState, CustomElement::EmbedderNames);
|
| + ScriptValue constructor = document->registerElement(ScriptState::current(isolate), name, registrationOptions, exceptionState, V0CustomElement::EmbedderNames);
|
| ec = exceptionState.code();
|
| if (exceptionState.hadException())
|
| return v8::Local<v8::Value>();
|
|
|