diff options
Diffstat (limited to 'webkit/api/public/WebFrame.h')
-rw-r--r-- | webkit/api/public/WebFrame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/api/public/WebFrame.h b/webkit/api/public/WebFrame.h index 671c550..1306b97 100644 --- a/webkit/api/public/WebFrame.h +++ b/webkit/api/public/WebFrame.h @@ -123,7 +123,7 @@ namespace WebKit { // Hierarchy ---------------------------------------------------------- // Returns the containing view. - virtual WebView* view() const = 0; + virtual ::WebView* view() const = 0; // Returns the frame that opened this frame or 0 if there is none. virtual WebFrame* opener() const = 0; |