| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index b34ba01a976dfa693b85da6f63adef4d0aba444d..1f3b5a10f7d302ab694eaac75309447e2e87a554 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -82,6 +82,7 @@
|
| [RaisesException] void setFormControlStateOfHistoryItem(sequence<DOMString> values);
|
| [RaisesException] void setEnableMockPagePopup(boolean enabled);
|
| readonly attribute PagePopupController pagePopupController;
|
| + readonly attribute Window pagePopupWindow;
|
|
|
| [RaisesException] ClientRect absoluteCaretBounds();
|
|
|
|
|