| Index: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| index f315c193a922377b7cba22ec70e70635cdb831b5..6c7b1e3de4e39b0513efb14349dddf12a81ff0b4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| @@ -242,8 +242,7 @@ bool ScriptCustomElementDefinition::runConstructor(Element* element)
|
| v8::Local<v8::Value> exception = V8ThrowException::createDOMException(
|
| m_scriptState->isolate(),
|
| InvalidStateError,
|
| - message,
|
| - constructor());
|
| + message);
|
| fireErrorEvent(m_scriptState.get(), message, exception, std::move(location));
|
| return false;
|
| }
|
|
|