[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

abarth at webkit.org abarth at webkit.org
Thu Oct 29 20:38:40 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit f72ca9ebee6775596d29d027fd3839a027f0d5d5
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Oct 4 00:26:19 2009 +0000

    2009-10-03  Adam Barth  <abarth at webkit.org>
    
            Unreviewed build fix.
    
            * webkit/webkitwebview.cpp:
            (webkit_web_view_go_back_or_forward):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49068 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 919798f..724fa0e 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,5 +1,12 @@
 2009-10-03  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed build fix.
+
+        * webkit/webkitwebview.cpp:
+        (webkit_web_view_go_back_or_forward):
+
+2009-10-03  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Sam Weinig.
 
         Factor PageController out of FrameLoader and Page
diff --git a/WebKit/gtk/webkit/webkitwebview.cpp b/WebKit/gtk/webkit/webkitwebview.cpp
index 41272e3..9c95781 100644
--- a/WebKit/gtk/webkit/webkitwebview.cpp
+++ b/WebKit/gtk/webkit/webkitwebview.cpp
@@ -2829,8 +2829,7 @@ void webkit_web_view_go_back_or_forward(WebKitWebView* webView, gint steps)
 {
     g_return_if_fail(WEBKIT_IS_WEB_VIEW(webView));
 
-    Frame* frame = core(webView)->mainFrame();
-    frame->loader()->goBackOrForward(steps);
+    core(webView)->page()->goBackOrForward(steps);
 }
 
 /**

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list