Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1469)

Unified Diff: third_party/WebKit/Source/core/editing/EditingUtilities.cpp

Issue 2292433002: CL for perf tryjob on linux (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/EditingUtilities.cpp
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
index 89c8fd5ea9dce1af5bf5a9611648c253199e9969..11b74124635eddf8621745bead9da64d6c4be644 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
@@ -1427,7 +1427,7 @@ HTMLElement* createDefaultParagraphElement(Document& document)
HTMLElement* createHTMLElement(Document& document, const QualifiedName& name)
{
- return HTMLElementFactory::createHTMLElement(name.localName(), document, 0, CreatedByCloneNode);
+ return HTMLElementFactory::createHTMLElement(name.localName(), document, 0, 0, CreatedByCloneNode);
}
bool isTabHTMLSpanElement(const Node* node)

Powered by Google App Engine
This is Rietveld 408576698