Index: Source/core/page/PagePopupController.idl |
diff --git a/Source/core/page/PagePopupController.idl b/Source/core/page/PagePopupController.idl |
index eb67bc8cf6f5a47b7661cd71118edf7a13b4777a..eb40e753dcb3cb08d47aef0ba25a1e436d5ca72b 100644 |
--- a/Source/core/page/PagePopupController.idl |
+++ b/Source/core/page/PagePopupController.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- Conditional=PAGE_POPUP, |
+ EnabledAtRuntime=pagePopup, |
ImplementationLacksVTable |
] interface PagePopupController { |
void setValueAndClosePopup(long numberValue, DOMString stringValue); |