| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| index 2f9ed0437bfe3009ccf01fea01046813b08efb51..622621df4af221cf0d4d53b8a1e6ae8d626d536d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| @@ -67,7 +67,7 @@ void V8HTMLElement::constructorCustom(
|
|
|
| if (!v8CallBoolean(wrapper->SetPrototype(
|
| scriptState->context(),
|
| - def->prototype(scriptState)))) {
|
| + def->prototype()))) {
|
| return;
|
| }
|
| }
|
|
|