| Index: Source/core/dom/DocumentFullscreen.h
|
| diff --git a/Source/core/dom/DocumentFullscreen.h b/Source/core/dom/DocumentFullscreen.h
|
| index 341cfac23ea41ac08cf629df40ded0a70dbdfbd7..23fbe8fa364a8186c066e1925b34768ef8b2a485 100644
|
| --- a/Source/core/dom/DocumentFullscreen.h
|
| +++ b/Source/core/dom/DocumentFullscreen.h
|
| @@ -43,7 +43,6 @@ public:
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenerror);
|
|
|
| // Mozilla version
|
| - static bool webkitIsFullScreen(Document&);
|
| static bool webkitFullScreenKeyboardInputAllowed(Document&);
|
| static Element* webkitCurrentFullScreenElement(Document&);
|
|
|
|
|