| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 0fa0ae0df0b1eb6435a021d9892f3efeddbb9f03..78b486c520e192adbe3e14e2f3629124958c852d 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -83,8 +83,6 @@
|
| boolean hasAutofocusRequest(optional Document document);
|
| [RaisesException] DOMString[] formControlStateOfHistoryItem();
|
| [RaisesException] void setFormControlStateOfHistoryItem(sequence<DOMString> values);
|
| - [RaisesException] void setEnableMockPagePopup(boolean enabled);
|
| - readonly attribute PagePopupController pagePopupController;
|
| readonly attribute Window pagePopupWindow;
|
|
|
| [RaisesException] ClientRect absoluteCaretBounds();
|
|
|