| Index: Source/core/rendering/RenderWidget.h
|
| diff --git a/Source/core/rendering/RenderWidget.h b/Source/core/rendering/RenderWidget.h
|
| index 3e6d1a3c3191455f913d9adb62c9dff6be315667..92fa76478b0e4d4c988b00f5042f66c516a07baf 100644
|
| --- a/Source/core/rendering/RenderWidget.h
|
| +++ b/Source/core/rendering/RenderWidget.h
|
| @@ -67,8 +67,8 @@ public:
|
| void widgetPositionsUpdated();
|
| IntRect windowClipRect() const;
|
|
|
| - RenderArena* ref() { ++m_refCount; return renderArena(); }
|
| - void deref(RenderArena*);
|
| + void ref() { ++m_refCount; }
|
| + void deref();
|
|
|
| protected:
|
| RenderWidget(Element*);
|
|
|