Index: testing/Internals.idl |
diff --git a/testing/Internals.idl b/testing/Internals.idl |
index a44e24e57a3a6844b1e0a5bc3bb9afe6ea831b88..3df2f4b8fa7292265b89e03cd012b9ff56226d4e 100644 |
--- a/testing/Internals.idl |
+++ b/testing/Internals.idl |
@@ -232,12 +232,10 @@ |
void setHeaderHeight(in Document document, in float height); |
void setFooterHeight(in Document document, in float height); |
-#if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API |
void webkitWillEnterFullScreenForElement(in Document document, in Element element); |
void webkitDidEnterFullScreenForElement(in Document document, in Element element); |
void webkitWillExitFullScreenForElement(in Document document, in Element element); |
void webkitDidExitFullScreenForElement(in Document document, in Element element); |
-#endif |
void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString scheme); |
void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMString scheme); |
@@ -271,4 +269,6 @@ |
[Conditional=SPEECH_SYNTHESIS] void enableMockSpeechSynthesizer(); |
DOMString getImageSourceURL(in Element element) raises(DOMException); |
+ |
+ boolean isSelectPopupVisible(in Node node); |
}; |