| Index: Source/core/html/forms/TextFieldInputType.cpp
|
| diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp
|
| index 8a345ea0b014d108b1165bdcc4b74601f1938711..2b324cc021bd35f498bfb7e931ad4ef1ba1295e0 100644
|
| --- a/Source/core/html/forms/TextFieldInputType.cpp
|
| +++ b/Source/core/html/forms/TextFieldInputType.cpp
|
| @@ -100,7 +100,7 @@ private:
|
| public:
|
| static PassRefPtrWillBeRawPtr<DataListIndicatorElement> create(Document& document)
|
| {
|
| - RefPtrWillBeRawPtr<DataListIndicatorElement> element = adoptRefWillBeRefCountedGarbageCollected(new DataListIndicatorElement(document));
|
| + RefPtrWillBeRawPtr<DataListIndicatorElement> element = adoptRefWillBeNoop(new DataListIndicatorElement(document));
|
| element->setShadowPseudoId(AtomicString("-webkit-calendar-picker-indicator", AtomicString::ConstructFromLiteral));
|
| element->setAttribute(idAttr, ShadowElementNames::pickerIndicator());
|
| return element.release();
|
|
|