| Index: Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
|
| index 27f32959fed8e46238846230e1ac303ab65858fb..35ff4650d5e369647c81b4dc5209e34e2f757d50 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.
|
|
|