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

ggaren at apple.com ggaren at apple.com
Thu Oct 29 20:46:34 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 8267394caaaf31ce34ffb7fe6db6770d38d7085e
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 17 00:45:32 2009 +0000

    Build fix: forgot to check in this #include.
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-16
    * bridge/runtime_root.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49720 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f40b971..9d96faa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-16  Geoffrey Garen  <ggaren at apple.com>
+
+        Build fix: forgot to check in this #include.
+
+        * bridge/runtime_root.h:
+
 2009-10-16  Simon Fraser  <simon.fraser at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/bridge/runtime_root.h b/WebCore/bridge/runtime_root.h
index eacbb57..1806bf5 100644
--- a/WebCore/bridge/runtime_root.h
+++ b/WebCore/bridge/runtime_root.h
@@ -31,6 +31,7 @@
 #endif
 #include <runtime/Protect.h>
 
+#include <wtf/Forward.h>
 #include <wtf/HashSet.h>
 #include <wtf/Noncopyable.h>
 #include <wtf/RefCounted.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list