Chromium Code Reviews| Index: Source/core/frame/Location.h |
| diff --git a/Source/core/frame/Location.h b/Source/core/frame/Location.h |
| index e8a0d6dfcee96be97963405f4ee7783c324842af..2e09edcf228021ae400240fe4c28c988f6efb9d8 100644 |
| --- a/Source/core/frame/Location.h |
| +++ b/Source/core/frame/Location.h |
| @@ -73,7 +73,7 @@ public: |
| String hash() const; |
| String origin() const; |
| - PassRefPtr<DOMStringList> ancestorOrigins() const; |
| + PassRefPtrWillBeRawPtr<DOMStringList> ancestorOrigins() const; |
| void trace(Visitor*) { } |