| Index: Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
|
| index cde758e3bc0ae7217de6f90871e9f1560f79b51e..f65fc12917d054edbf084c6b6ea8692e881dd748 100644
|
| --- a/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -51,7 +51,7 @@ protected:
|
| AXLayoutObject(LayoutObject*, AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXLayoutObject> create(LayoutObject*, AXObjectCacheImpl&);
|
| + static PassRefPtrWillBeRawPtr<AXLayoutObject> create(LayoutObject*, AXObjectCacheImpl&);
|
| virtual ~AXLayoutObject();
|
|
|
| // Public, overridden from AXObject.
|
|
|