Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 7e96617902d9ef1a8b43e06ad9c3984401c65f36..d3ab16e2259c0b14e942431bae0c79eea14b8ca0 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -244,7 +244,7 @@ public: |
unsigned numberOfLiveDocuments() const; |
String dumpRefCountedInstanceCounts() const; |
Vector<String> consoleMessageArgumentCounts(Document*) const; |
- PassRefPtr<DOMWindow> openDummyInspectorFrontend(const String& url); |
+ PassRefPtrWillBeRawPtr<DOMWindow> 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&); |
@@ -330,7 +330,7 @@ private: |
PassRefPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&); |
DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&); |
- RefPtr<DOMWindow> m_frontendWindow; |
+ RefPtrWillBeMember<DOMWindow> m_frontendWindow; |
OwnPtr<InspectorFrontendChannelDummy> m_frontendChannel; |
RefPtrWillBeMember<InternalRuntimeFlags> m_runtimeFlags; |
RefPtrWillBeMember<InternalProfilers> m_profilers; |