| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 6f4cf5a37b5f7210c5d145dc52fc244369a4aed3..8625c105f5754bff8b1a37089fbebf5950693d1a 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -205,11 +205,6 @@
|
|
|
| [RaisesException] void setIsCursorVisible(Document document, boolean isVisible);
|
|
|
| - void webkitWillEnterFullScreenForElement(Document document, Element element);
|
| - void webkitDidEnterFullScreenForElement(Document document, Element element);
|
| - void webkitWillExitFullScreenForElement(Document document, Element element);
|
| - void webkitDidExitFullScreenForElement(Document document, Element element);
|
| -
|
| void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
|
|
|