diff options
Diffstat (limited to 'Source/WebCore/html/HTMLFrameElementBase.cpp')
-rw-r--r-- | Source/WebCore/html/HTMLFrameElementBase.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/WebCore/html/HTMLFrameElementBase.cpp b/Source/WebCore/html/HTMLFrameElementBase.cpp index 16cf36051..d12e7b434 100644 --- a/Source/WebCore/html/HTMLFrameElementBase.cpp +++ b/Source/WebCore/html/HTMLFrameElementBase.cpp @@ -246,11 +246,4 @@ int HTMLFrameElementBase::height() return renderBox()->height(); } -#if ENABLE(FULLSCREEN_API) -bool HTMLFrameElementBase::allowFullScreen() const -{ - return hasAttribute(webkitallowfullscreenAttr); -} -#endif - } // namespace WebCore |