| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 195dfba60bea88001e630a533942d480f8bbad74..88625cfe48045677b5b8ad58df162446662dff97 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -140,7 +140,7 @@ public:
|
| void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&);
|
| void setEnableMockPagePopup(bool, ExceptionState&);
|
| PassRefPtrWillBeRawPtr<PagePopupController> pagePopupController();
|
| - LocalDOMWindow* pagePopupWindow() const;
|
| + DOMWindow* pagePopupWindow() const;
|
|
|
| PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
|
|
|
|
|