| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index c51d78203fa0331d40f0b543dffdeb1c2ebe7f60..8e74edc6c93e184b2cc732190729b78705b48157 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -63,7 +63,6 @@ class LocalDOMWindow;
|
| class LocalFrame;
|
| class Node;
|
| class Page;
|
| -class PagePopupController;
|
| class PluginPlaceholderOptions;
|
| class PrivateScriptTest;
|
| class Range;
|
| @@ -137,8 +136,6 @@ public:
|
| bool hasAutofocusRequest();
|
| Vector<String> formControlStateOfHistoryItem(ExceptionState&);
|
| void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&);
|
| - void setEnableMockPagePopup(bool, ExceptionState&);
|
| - PassRefPtrWillBeRawPtr<PagePopupController> pagePopupController();
|
| DOMWindow* pagePopupWindow() const;
|
|
|
| PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
|
|
|