| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 61620a7cade2227e88b93671b004dc9724cf126f..23557da8362ae4bf2a80ed9461d91a2ee1cf9105 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -81,9 +81,7 @@
|
| [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
|
|
|
| [RaisesException] ClientRect absoluteCaretBounds();
|
|
|
|
|