| Index: Source/modules/accessibility/AXSlider.h
|
| diff --git a/Source/modules/accessibility/AXSlider.h b/Source/modules/accessibility/AXSlider.h
|
| index 5ecd00b074a23f9abf62303c7ac4ff4b91f54cda..17d360317d369271da45295f9c5ef1626d61d8d9 100644
|
| --- a/Source/modules/accessibility/AXSlider.h
|
| +++ b/Source/modules/accessibility/AXSlider.h
|
| @@ -40,7 +40,7 @@ class HTMLInputElement;
|
| class AXSlider : public AXLayoutObject {
|
|
|
| public:
|
| - static PassRefPtr<AXSlider> create(LayoutObject*, AXObjectCacheImpl&);
|
| + static PassRefPtrWillBeRawPtr<AXSlider> create(LayoutObject*, AXObjectCacheImpl&);
|
| virtual ~AXSlider() { }
|
|
|
| protected:
|
| @@ -66,7 +66,7 @@ private:
|
| class AXSliderThumb final : public AXMockObject {
|
|
|
| public:
|
| - static PassRefPtr<AXSliderThumb> create(AXObjectCacheImpl&);
|
| + static PassRefPtrWillBeRawPtr<AXSliderThumb> create(AXObjectCacheImpl&);
|
| virtual ~AXSliderThumb() { }
|
|
|
| virtual AccessibilityRole roleValue() const override { return SliderThumbRole; }
|
|
|