summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLFrameElementBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFrameElementBase.h')
-rw-r--r--Source/WebCore/html/HTMLFrameElementBase.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/html/HTMLFrameElementBase.h b/Source/WebCore/html/HTMLFrameElementBase.h
index 11dc94d3d..0f84df36e 100644
--- a/Source/WebCore/html/HTMLFrameElementBase.h
+++ b/Source/WebCore/html/HTMLFrameElementBase.h
@@ -42,10 +42,6 @@ public:
int width();
int height();
-#if ENABLE(FULLSCREEN_API)
- virtual bool allowFullScreen() const;
-#endif
-
virtual bool canContainRangeEndPoint() const { return false; }
protected: