| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index 374de333ebc6a048f5bb7d9491d1c6a0f9074927..3ea65aab901e17692c1db62f401e435ebcd42351 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -197,7 +197,7 @@ public:
|
| PageVisibilityState visibilityState() const;
|
| void setVisibilityState(PageVisibilityState, bool);
|
|
|
| - bool isCursorVisible() const { return m_isCursorVisible; }
|
| + bool isCursorVisible() const;
|
| void setIsCursorVisible(bool isVisible) { m_isCursorVisible = isVisible; }
|
|
|
| #ifndef NDEBUG
|
|
|