| Index: Source/core/frame/DOMWindow.h | 
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h | 
| index d36a75e7be5569f3ccf9f39a8921e1ca98c9fbee..35d0669dd2d77c064cc810aef76c3c6f272dbfee 100644 | 
| --- a/Source/core/frame/DOMWindow.h | 
| +++ b/Source/core/frame/DOMWindow.h | 
| @@ -219,8 +219,8 @@ enum PageshowEventPersistence { | 
| PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const; | 
| double devicePixelRatio() const; | 
|  | 
| -        PassRefPtr<DOMPoint> webkitConvertPointFromPageToNode(Node*, const DOMPoint*) const; | 
| -        PassRefPtr<DOMPoint> webkitConvertPointFromNodeToPage(Node*, const DOMPoint*) const; | 
| +        PassRefPtrWillBeRawPtr<DOMPoint> webkitConvertPointFromPageToNode(Node*, const DOMPoint*) const; | 
| +        PassRefPtrWillBeRawPtr<DOMPoint> webkitConvertPointFromNodeToPage(Node*, const DOMPoint*) const; | 
|  | 
| Console& console() const; | 
| PageConsole* pageConsole() const; | 
|  |