Index: Source/core/frame/Frame.h |
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
index c6cb1f96cfc9d9030bf526326a31c6a3f5c08073..3beff3c0ae28176eba5b87545062e18a6ed8690d 100644 |
--- a/Source/core/frame/Frame.h |
+++ b/Source/core/frame/Frame.h |
@@ -74,6 +74,7 @@ public: |
FrameHost* host() const; // Null when the frame is detached. |
bool isMainFrame() const; |
+ bool isLocalRoot() const; |
virtual void disconnectOwnerElement(); |