| Index: third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp b/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| index b887167530355b43d6532fc19fcbd81253cd35de..a4ed0e9f4845c0e95c99a765c6c732a03eef7c48 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| @@ -56,7 +56,7 @@ void V8HTMLConstructor::htmlConstructor(
|
| return;
|
| }
|
|
|
| - LocalDOMWindow* window = scriptState->domWindow();
|
| + LocalDOMWindow* window = LocalDOMWindow::from(scriptState);
|
| CustomElementRegistry* registry = window->customElements();
|
|
|
| // 3. Let definition be the entry in registry with constructor equal to
|
|
|