| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 5ea85c6b8ae72891f2e0e0b949dc83b80666df10..094dd0552e5c5dbbee464285dd9ac8d733d0eea5 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -137,6 +137,7 @@ public:
|
| void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&);
|
| void setEnableMockPagePopup(bool, ExceptionState&);
|
| PassRefPtrWillBeRawPtr<PagePopupController> pagePopupController();
|
| + LocalDOMWindow* pagePopupWindow() const;
|
|
|
| PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
|
|
|
|
|