| 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 3564c21d31dc671633140390734dc89fb720293e..f2643357772af624a5cb2e0e6302256bc1814deb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
|
| @@ -343,7 +343,7 @@ static void ConstructCustomElement(
|
| "CustomElement");
|
| V0CustomElementProcessingStack::CallbackDeliveryScope delivery_scope;
|
| Element* element = document->createElementNS(
|
| - namespace_uri, tag_name,
|
| + nullptr, namespace_uri, tag_name,
|
| StringOrDictionary::fromString(maybe_type->IsNull() ? g_null_atom : type),
|
| exception_state);
|
| if (element) {
|
|
|