| 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)
|
| {
|
| }
|
|
|