Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h |
=================================================================== |
--- Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h (revision 113078) |
+++ Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h (working copy) |
@@ -71,7 +71,6 @@ |
static bool webkitIDBTransactionEnabled() { return isIndexedDBEnabled; } |
#if ENABLE(FULLSCREEN_API) |
- // Mozilla version |
static bool webkitFullScreenAPIEnabled() { return isFullScreenAPIEnabled; } |
static void setWebkitFullScreenAPIEnabled(bool isEnabled) { isFullScreenAPIEnabled = isEnabled; } |
static bool webkitRequestFullScreenEnabled() { return isFullScreenAPIEnabled; } |
@@ -79,12 +78,6 @@ |
static bool webkitFullScreenKeyboardInputAllowedEnabled() { return isFullScreenAPIEnabled; } |
static bool webkitCurrentFullScreenElementEnabled() { return isFullScreenAPIEnabled; } |
static bool webkitCancelFullScreenEnabled() { return isFullScreenAPIEnabled; } |
- |
- // W3C version |
- static bool webkitFullscreenEnabledEnabled() { return isFullScreenAPIEnabled; } |
- static bool webkitFullscreenElementEnabled() { return isFullScreenAPIEnabled; } |
- static bool webkitExitFullscreenEnabled() { return isFullScreenAPIEnabled; } |
- static bool webkitRequestFullscreenEnabled() { return isFullScreenAPIEnabled; } |
#endif |
#if ENABLE(POINTER_LOCK) |