Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index 7248f896cdda0553437183aaccddba16f8fc5dfa..84ecc84754aeaefca8aca5dbcf933da77e54239e 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -196,7 +196,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 |