Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index f7321ad9c0d79558d6b5c0025fedcbe632235c46..33b68703534a63455b5b18bd26c5a7242d8ec7e5 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -253,11 +253,6 @@ public: |
void setIsCursorVisible(Document*, bool, ExceptionState&); |
- void webkitWillEnterFullScreenForElement(Document*, Element*); |
- void webkitDidEnterFullScreenForElement(Document*, Element*); |
- void webkitWillExitFullScreenForElement(Document*, Element*); |
- void webkitDidExitFullScreenForElement(Document*, Element*); |
- |
void mediaPlayerRequestFullscreen(HTMLMediaElement*); |
void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme); |