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