[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

thakis at chromium.org thakis at chromium.org
Wed Dec 22 14:14:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6402eabb872e4adfc5f3b5d64b8a11f99dcd2aff
Author: thakis at chromium.org <thakis at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 20:39:46 2010 +0000

    2010-10-05  Nico Weber  <thakis at chromium.org>
    
            Reviewed by Andreas Kling.
    
            Fix clang build
            https://bugs.webkit.org/show_bug.cgi?id=47198
    
            * page/Chrome.h:
            Declare ViewportArguments as struct, not as class.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69142 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9ca100c..48140a0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-05  Nico Weber  <thakis at chromium.org>
+
+        Reviewed by Andreas Kling.
+
+        Fix clang build
+        https://bugs.webkit.org/show_bug.cgi?id=47198
+
+        * page/Chrome.h:
+        Declare ViewportArguments as struct, not as class.
+
 2010-10-05  David Hyatt  <hyatt at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebCore/page/Chrome.h b/WebCore/page/Chrome.h
index 5b4c60c..1897b79 100644
--- a/WebCore/page/Chrome.h
+++ b/WebCore/page/Chrome.h
@@ -51,9 +51,9 @@ namespace WebCore {
 #if ENABLE(NOTIFICATIONS)
     class NotificationPresenter;
 #endif
-    class ViewportArguments;
 
     struct FrameLoadRequest;
+    struct ViewportArguments;
     struct WindowFeatures;
     
     class Chrome : public HostWindow {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list