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

Unified Diff: Source/core/html/shadow/DateTimeFieldElement.cpp

Issue 66643004: Remove QualifiedName argument from most HTMLElement::create functions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hack for XML prefix Created 7 years, 1 month 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: Source/core/html/shadow/DateTimeFieldElement.cpp
diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp
index 818089b8952acdc66e507a1425130ab7c5be7fc3..23cf30f8943731c7b003221f428e86bc474c3773 100644
--- a/Source/core/html/shadow/DateTimeFieldElement.cpp
+++ b/Source/core/html/shadow/DateTimeFieldElement.cpp
@@ -47,7 +47,7 @@ DateTimeFieldElement::FieldOwner::~FieldOwner()
}
DateTimeFieldElement::DateTimeFieldElement(Document& document, FieldOwner& fieldOwner)
- : HTMLSpanElement(spanTag, document)
+ : HTMLSpanElement(document)
, m_fieldOwner(&fieldOwner)
{
}

Powered by Google App Engine
This is Rietveld 408576698