| Index: Source/core/html/shadow/DateTimeFieldElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| index ddce47f3acf5e1effe2fa8ee5783fa74630d058c..76c20d45566ec75ec4196a2e81acf93fabd9ce11 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| @@ -154,7 +154,7 @@ void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String&
|
|
|
| setAttribute(aria_helpAttr, axHelpText);
|
| setPart(pseudo);
|
| - appendChild(Text::create(&document(), visibleValue()));
|
| + appendChild(Text::create(document(), visibleValue()));
|
| }
|
|
|
| bool DateTimeFieldElement::isDateTimeFieldElement() const
|
|
|