Index: Source/WebCore/html/HTMLFrameElementBase.h |
=================================================================== |
--- Source/WebCore/html/HTMLFrameElementBase.h (revision 95655) |
+++ Source/WebCore/html/HTMLFrameElementBase.h (working copy) |
@@ -42,6 +42,7 @@ |
int width(); |
int height(); |
+ bool canRemainAliveOnRemovalFromTree(); |
void setRemainsAliveOnRemovalFromTree(bool); |
#if ENABLE(FULLSCREEN_API) |
virtual bool allowFullScreen() const; |