Chromium Code Reviews| Index: Source/core/frame/Frame.h |
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
| index e4a4620f04c3dad325401006f0edc04f8a7d9c60..0addb6941e5506656c62e51d60e5a4877d0a5911 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(); |