| Index: third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| index 1e30a7dfd1896edd5536a06bb86371f3866b1e8d..c5f51b296e400e2105f02c3f1e150927966473ed 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| @@ -147,7 +147,7 @@ void V8V0CustomElementLifecycleCallbacks::created(Element* element)
|
| if (!m_scriptState->contextIsValid())
|
| return;
|
|
|
| - element->setCustomElementState(Element::Upgraded);
|
| + element->setV0CustomElementState(Element::V0Upgraded);
|
|
|
| ScriptState::Scope scope(m_scriptState.get());
|
| v8::Isolate* isolate = m_scriptState->isolate();
|
|
|