| 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 c5f51b296e400e2105f02c3f1e150927966473ed..b350f6450cc9d7e18094b0a34a0cc9ac3925e5cb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| @@ -132,7 +132,7 @@ bool V8V0CustomElementLifecycleCallbacks::setBinding(PassOwnPtr<V0CustomElementB
|
| // The context is responsible for keeping the prototype
|
| // alive. This in turn keeps callbacks alive through hidden
|
| // references; see CALLBACK_LIST(SET_HIDDEN_VALUE).
|
| - perContextData->addCustomElementBinding(std::move(binding));
|
| + perContextData->customElements()->v0AddBinding(std::move(binding));
|
| return true;
|
| }
|
|
|
|
|