Index: Source/core/frame/Frame.h |
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
index 5b05e77b5c402fb59b1004dc25e8e059629dd022..6ef56b4035e3a12284babdf74defd4f617535771 100644 |
--- a/Source/core/frame/Frame.h |
+++ b/Source/core/frame/Frame.h |
@@ -159,7 +159,7 @@ namespace WebCore { |
RenderView* contentRenderer() const; // Root of the render tree for the document contained in this frame. |
RenderPart* ownerRenderer() const; // Renderer for the element that contains this frame. |
- void dispatchVisibilityStateChangeEvent(); |
+ void didChangeVisibilityState(); |
int64_t frameID() const { return m_frameInit->frameID(); } |