| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index a1c551ef3e4b74009431ff5e84fbeefb797d562a..3d608c2882e5a409ac4580d3b02635bbb9ee5bd9 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPoint.h"
|
| +#include "../platform/WebPrivateOwnPtr.h"
|
| #include "../platform/WebPrivatePtr.h"
|
| #include "../platform/WebVector.h"
|
| #include "WebAXEnums.h"
|
| @@ -64,7 +65,7 @@ public:
|
| BLINK_EXPORT WebAXObject root() const;
|
|
|
| private:
|
| - WebPrivatePtr<ScopedAXObjectCache> m_private;
|
| + WebPrivateOwnPtr<ScopedAXObjectCache> m_private;
|
| };
|
|
|
| // A container for passing around a reference to AXObject.
|
|
|