| Index: Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/Source/modules/accessibility/AXNodeObject.h b/Source/modules/accessibility/AXNodeObject.h
|
| index 1b2f7818a46e43dbd1097f1b4019e801b3928f3a..458424dd421d661b82daf06b3cb599144b437f2f 100644
|
| --- a/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/Source/modules/accessibility/AXNodeObject.h
|
| @@ -43,10 +43,10 @@ class Node;
|
|
|
| class MODULES_EXPORT AXNodeObject : public AXObject {
|
| protected:
|
| - AXNodeObject(Node*, AXObjectCacheImpl*);
|
| + AXNodeObject(Node*, AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXNodeObject> create(Node*, AXObjectCacheImpl*);
|
| + static PassRefPtr<AXNodeObject> create(Node*, AXObjectCacheImpl&);
|
| virtual ~AXNodeObject();
|
|
|
| protected:
|
|
|