Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index edbaf83d8517702029f893cbac06df3f07af3442..1a6c917bc81303c25f9b40b092390076f671f19f 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -143,8 +143,8 @@ public: |
// for details. |
void expand(const String&, ExceptionState&); |
- PassRefPtr<ClientRectList> getClientRects() const; |
- PassRefPtr<ClientRect> getBoundingClientRect() const; |
+ PassRefPtrWillBeRawPtr<ClientRectList> getClientRects() const; |
+ PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect() const; |
#ifndef NDEBUG |
void formatForDebugger(char* buffer, unsigned length) const; |