Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index bd2e0b29ceb3484252b9994aa58c2184728a1bb3..6f90269d4a6a5659878f25523eacdfcd52e79bdf 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; |
@@ -463,13 +461,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); |