| Index: third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| index ef528e4a696e1558cc36cf71e701f928ab0547eb..4fec07e9ade03663218fbb0aa63aaa693b1cd170 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| @@ -194,7 +194,7 @@ bool V0CustomElementConstructorBuilder::createConstructor(
|
| v8::Local<v8::Object> data = v8::Object::New(isolate);
|
| V8HiddenValue::setHiddenValue(m_scriptState.get(), data,
|
| V8HiddenValue::customElementDocument(isolate),
|
| - toV8(document, context->Global(), isolate));
|
| + ToV8(document, context->Global(), isolate));
|
| V8HiddenValue::setHiddenValue(
|
| m_scriptState.get(), data,
|
| V8HiddenValue::customElementNamespaceURI(isolate),
|
|
|