Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index aca00d03ee78808a38ea075cf9e51c88efa7b7ac..8136281da8dc93da17bacc4be952a70105514f63 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -106,8 +106,6 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(touchend); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(touchmove); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(touchstart); |
- DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange); |
- DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(wheel); |
bool hasAttribute(const QualifiedName&) const; |
@@ -460,13 +458,6 @@ public: |
void setCustomElementDefinition(PassRefPtr<CustomElementDefinition>); |
CustomElementDefinition* customElementDefinition() const; |
- // Mozilla version |
- static const unsigned short ALLOW_KEYBOARD_INPUT = 1; |
- void webkitRequestFullScreen(unsigned short flags); |
- |
- // W3C version |
- void webkitRequestFullscreen(); |
- |
bool containsFullScreenElement() const { return hasElementFlag(ContainsFullScreenElement); } |
void setContainsFullScreenElement(bool); |
void setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(bool); |