| Index: Source/core/frame/LocalDOMWindow.h | 
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h | 
| index 1521dd7dc88d76c3b27674806db5e101c086f78e..9a587cdda892510aad4e178e0493dfad932d0a9d 100644 | 
| --- a/Source/core/frame/LocalDOMWindow.h | 
| +++ b/Source/core/frame/LocalDOMWindow.h | 
| @@ -44,7 +44,6 @@ namespace blink { | 
| class CSSRuleList; | 
| class CSSStyleDeclaration; | 
| class Console; | 
| -    class WebKitPoint; | 
| class DOMSelection; | 
| class DOMURL; | 
| class DOMWindowProperty; | 
| @@ -219,9 +218,6 @@ enum PageshowEventPersistence { | 
| PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const; | 
| double devicePixelRatio() const; | 
|  | 
| -        PassRefPtrWillBeRawPtr<WebKitPoint> webkitConvertPointFromPageToNode(Node*, const WebKitPoint*) const; | 
| -        PassRefPtrWillBeRawPtr<WebKitPoint> webkitConvertPointFromNodeToPage(Node*, const WebKitPoint*) const; | 
| - | 
| Console& console() const; | 
| FrameConsole* frameConsole() const; | 
|  | 
|  |