Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 4973ac0cc4fa40c9f467f9ab0d859803a027ff4c..26ddb2497b90417db0ff7df6eb551a832679507b 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -45,7 +45,7 @@ class ClientRect; |
class ClientRectList; |
class DOMPoint; |
class DOMStringList; |
-class DOMWindow; |
+class LocalDOMWindow; |
class Document; |
class DocumentMarker; |
class Element; |
@@ -236,7 +236,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&); |