| Index: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| index e0f2a38d2744030c70f190a58c49a803695e8f9d..6140554d2dc1f326601d9d632527ecb5d8f6938e 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
|
| @@ -55,7 +55,7 @@ inline PickerIndicatorElement::PickerIndicatorElement(Document& document, Picker
|
| PassRefPtrWillBeRawPtr<PickerIndicatorElement> PickerIndicatorElement::create(Document& document, PickerIndicatorOwner& pickerIndicatorOwner)
|
| {
|
| RefPtrWillBeRawPtr<PickerIndicatorElement> element = adoptRefWillBeNoop(new PickerIndicatorElement(document, pickerIndicatorOwner));
|
| - element->setShadowPseudoId(AtomicString("-webkit-calendar-picker-indicator", AtomicString::ConstructFromLiteral));
|
| + element->setShadowPseudoId(AtomicString("-webkit-calendar-picker-indicator"));
|
| element->setAttribute(idAttr, ShadowElementNames::pickerIndicator());
|
| return element.release();
|
| }
|
|
|