Index: third_party/WebKit/Source/core/dom/custom/CustomElement.cpp |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElement.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElement.cpp |
index 1965410f3cdf8a39345b007aa39e1d00e91c9881..47117c6810b3b7787421664fafe33d76c66f510a 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElement.cpp |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.cpp |
@@ -169,7 +169,7 @@ HTMLElement* CustomElement::createUndefinedElement( |
element = toHTMLElement(v0element); |
} else if (shouldCreateBuiltin) { |
element = HTMLElementFactory::createHTMLElement( |
- tagName.localName(), document, nullptr, CreatedByCreateElement); |
+ tagName.localName(), document, CreatedByCreateElement); |
} else { |
element = HTMLElement::create(tagName, document); |
} |