Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 16ec14bd8919f5ee31be3229e4fba98753a38a5c..f29a76e4f90d012ed5fb3741fbf01a47cd140007 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -34,7 +34,7 @@ |
#include "core/dom/ContextLifecycleObserver.h" |
#include "core/dom/NodeList.h" |
#include "core/page/scrolling/ScrollingCoordinator.h" |
-#include "heap/Handle.h" |
+#include "platform/heap/Handle.h" |
#include "wtf/ArrayBuffer.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
@@ -149,7 +149,7 @@ public: |
unsigned markerCountForNode(Node*, const String&, ExceptionState&); |
unsigned activeMarkerCountForNode(Node*, ExceptionState&); |
- PassRefPtr<Range> markerRangeForNode(Node*, const String& markerType, unsigned index, ExceptionState&); |
+ PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& markerType, unsigned index, ExceptionState&); |
String markerDescriptionForNode(Node*, const String& markerType, unsigned index, ExceptionState&); |
void addTextMatchMarker(const Range*, bool isActive); |
void setMarkersActive(Node*, unsigned startOffset, unsigned endOffset, bool, ExceptionState&); |
@@ -166,7 +166,7 @@ public: |
void setAutofilled(Element*, bool enabled, ExceptionState&); |
void scrollElementToRect(Element*, long x, long y, long w, long h, ExceptionState&); |
- PassRefPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState&); |
+ PassRefPtrWillBeRawPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState&); |
unsigned locationFromRange(Element* scope, const Range*, ExceptionState&); |
unsigned lengthFromRange(Element* scope, const Range*, ExceptionState&); |
String rangeAsText(const Range*, ExceptionState&); |