[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

jnd at chromium.org jnd at chromium.org
Fri Jan 21 15:13:40 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 4761d3bd26676aa6cb266859cef307f1f658e403
Author: jnd at chromium.org <jnd at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 07:15:15 2011 +0000

    2011-01-09  Johnny Ding  <jnd at chromium.org>
    
            Unreviewed, fix Chromium windows compilation error according to James Robinson's report.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            Fix Chromium window compilation error.
    
            * public/WebViewClient.h:
            (WebKit::WebViewClient::createView):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75361 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 9348814..410ded3 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-09  Johnny Ding  <jnd at chromium.org>
+
+        Unreviewed, fix Chromium windows compilation error according to James Robinson's report.
+
+        https://bugs.webkit.org/show_bug.cgi?id=41441
+        Fix Chromium window compilation error.
+
+        * public/WebViewClient.h:
+        (WebKit::WebViewClient::createView):
+
 2011-01-09  Xianzhu Wang  <phnixwxz at gmail.com>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/public/WebViewClient.h b/WebKit/chromium/public/WebViewClient.h
index a07d340..da7a1b3 100644
--- a/WebKit/chromium/public/WebViewClient.h
+++ b/WebKit/chromium/public/WebViewClient.h
@@ -101,7 +101,6 @@ public:
         // FIXME: This is a temporary default implementation which calls the old
         // version of createView(). Should change to 'return 0' when the old one
         // is removed.
-        (void)request;
         return createView(creator, features, name); 
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list