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

eric at webkit.org eric at webkit.org
Thu Oct 29 20:39:41 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit efd45b10498c68a92a927ca561c8bd030e2b3459
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 6 04:12:41 2009 +0000

    2009-10-05  James Robinson  <jamesr at google.com>
    
            Reviewed by Darin Adler.
    
            Fix forward declaration (struct vs class mismatch)
    
            https://bugs.webkit.org/show_bug.cgi?id=30094
    
            * loader/RedirectScheduler.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49144 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index eca1fc4..3b97287 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-05  James Robinson  <jamesr at google.com>
+
+        Reviewed by Darin Adler.
+
+        Fix forward declaration (struct vs class mismatch)
+
+        https://bugs.webkit.org/show_bug.cgi?id=30094
+
+        * loader/RedirectScheduler.h:
+
 2009-10-05  Julie Parent  <jparent at chromium.org>
 
         Unreviewed, last Chromium build fix corresponding to revision 49113.
diff --git a/WebCore/loader/RedirectScheduler.h b/WebCore/loader/RedirectScheduler.h
index 11aab10..bf076d6 100644
--- a/WebCore/loader/RedirectScheduler.h
+++ b/WebCore/loader/RedirectScheduler.h
@@ -41,9 +41,9 @@ namespace WebCore {
 
     class FormState;
     class Frame;
-    class FrameLoadRequest;
     class String;
 
+    struct FrameLoadRequest;
     struct ScheduledRedirection;
 
     class RedirectScheduler : public Noncopyable {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list