Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 89ab3d58553511a76855f07707c8145998c4b594..2c0ab89aa0fb32701562c7546be093853637500a 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -87,9 +87,8 @@ |
[RaisesException] DOMString[] formControlStateOfPreviousHistoryItem(); |
[RaisesException] void setFormControlStateOfPreviousHistoryItem(sequence<DOMString> values); |
[RaisesException] void setEnableMockPagePopup(boolean enabled); |
-#if defined(ENABLE_PAGE_POPUP) && ENABLE_PAGE_POPUP |
- readonly attribute PagePopupController pagePopupController; |
-#endif |
+ |
+ [EnabledAtRuntime=pagePopup] readonly attribute PagePopupController pagePopupController; |
[RaisesException] ClientRect absoluteCaretBounds(); |