Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index e47d5f8205bf70077164e6fc134402c93603a928..a1f07b2797901ae8a28329d437e60bb5b88d4832 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -313,6 +313,7 @@ public: |
// Returns the main frame associated with this view. This may be null when |
// the page is shutting down, but will be valid at all other times. |
WebLocalFrameImpl* mainFrameImpl(); |
+ WebLocalFrameImpl* localRootFrame(); |
// Event related methods: |
void mouseContextMenu(const WebMouseEvent&); |