| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 26c7cffd1ed14e6163e7aea262112e0d215779b8..cdc2798373d1a753e94888b6e7e88706a66968ef 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -46,7 +46,7 @@ class ClientRect;
|
| class ClientRectList;
|
| class DOMPoint;
|
| class DOMStringList;
|
| -class DOMWindow;
|
| +class LocalDOMWindow;
|
| class Document;
|
| class DocumentMarker;
|
| class Element;
|
| @@ -239,7 +239,7 @@ public:
|
| unsigned numberOfLiveDocuments() const;
|
| String dumpRefCountedInstanceCounts() const;
|
| Vector<String> consoleMessageArgumentCounts(Document*) const;
|
| - PassRefPtrWillBeRawPtr<DOMWindow> openDummyInspectorFrontend(const String& url);
|
| + PassRefPtrWillBeRawPtr<LocalDOMWindow> openDummyInspectorFrontend(const String& url);
|
| void closeDummyInspectorFrontend();
|
| Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes);
|
| void setInspectorResourcesDataSizeLimits(int maximumResourcesContentSize, int maximumSingleResourceContentSize, ExceptionState&);
|
|
|