| Index: Source/WebCore/dom/Element.h
|
| ===================================================================
|
| --- Source/WebCore/dom/Element.h (revision 113078)
|
| +++ Source/WebCore/dom/Element.h (working copy)
|
| @@ -378,17 +378,13 @@
|
|
|
| #if ENABLE(FULLSCREEN_API)
|
| enum {
|
| - ALLOW_KEYBOARD_INPUT = 1 << 0,
|
| - LEGACY_MOZILLA_REQUEST = 1 << 1,
|
| + ALLOW_KEYBOARD_INPUT = 1
|
| };
|
|
|
| void webkitRequestFullScreen(unsigned short flags);
|
| virtual bool containsFullScreenElement() const;
|
| virtual void setContainsFullScreenElement(bool);
|
| virtual void setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(bool);
|
| -
|
| - // W3C API
|
| - void webkitRequestFullscreen();
|
| #endif
|
|
|
| virtual bool isSpellCheckingEnabled() const;
|
|
|