Chromium Code Reviews| Index: Source/core/frame/Frame.h |
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
| index 224a779b6bfda21c49748b126a09e4c678cf3ac3..c578825cda51bda679e7f202930d6cb757f48771 100644 |
| --- a/Source/core/frame/Frame.h |
| +++ b/Source/core/frame/Frame.h |
| @@ -81,6 +81,7 @@ public: |
| virtual void detach(FrameDetachType); |
| void detachChildren(); |
| virtual void disconnectOwnerElement(); |
| + virtual bool shouldClose() = 0; |
| FrameClient* client() const; |