| Index: third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| index a3d6e05218c0483bfe3deb9c2fb1028ac54b4ca5..ef528e4a696e1558cc36cf71e701f928ab0547eb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| @@ -347,9 +347,8 @@ static void constructCustomElement(
|
| scriptState, data, V8HiddenValue::customElementType(isolate));
|
| TOSTRING_VOID(V8StringResource<>, type, maybeType);
|
|
|
| - ExceptionState exceptionState(ExceptionState::ConstructionContext,
|
| - "CustomElement", info.Holder(),
|
| - info.GetIsolate());
|
| + ExceptionState exceptionState(
|
| + info.GetIsolate(), ExceptionState::ConstructionContext, "CustomElement");
|
| V0CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
|
| Element* element = document->createElementNS(
|
| namespaceURI, tagName,
|
|
|