| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 7868899d494325124a10cbe1c5c4c5e1e2876ece..e441c74a6cb6a275575519f1bb95173ed475b923 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -127,9 +127,7 @@ public:
|
| Vector<String> formControlStateOfPreviousHistoryItem(ExceptionCode&);
|
| void setFormControlStateOfPreviousHistoryItem(const Vector<String>&, ExceptionCode&);
|
| void setEnableMockPagePopup(bool, ExceptionCode&);
|
| -#if ENABLE(PAGE_POPUP)
|
| PassRefPtr<PagePopupController> pagePopupController();
|
| -#endif
|
|
|
| PassRefPtr<ClientRect> absoluteCaretBounds(ExceptionCode&);
|
|
|
|
|