[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

aroben at apple.com aroben at apple.com
Thu Apr 8 00:41:06 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2be2abf29e007687cad35496b36b49f733ea20fd
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 17 21:38:53 2009 +0000

    Chromium build fix VI
    
    * svg/animation/SMILTimeContainer.h: Added now-needed #include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52287 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cf3adf6..70cc535 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-17  Adam Roben  <aroben at apple.com>
 
+        Chromium build fix VI
+
+        * svg/animation/SMILTimeContainer.h: Added now-needed #include.
+
+2009-12-17  Adam Roben  <aroben at apple.com>
+
         Chromium build fix V
 
         * platform/KURLGoogle.cpp: Added now-needed #include.
diff --git a/WebCore/svg/animation/SMILTimeContainer.h b/WebCore/svg/animation/SMILTimeContainer.h
index a6a61c0..e11cc6f 100644
--- a/WebCore/svg/animation/SMILTimeContainer.h
+++ b/WebCore/svg/animation/SMILTimeContainer.h
@@ -32,6 +32,7 @@
 #include "SMILTime.h"
 #include "StringHash.h"
 #include "Timer.h"
+#include <wtf/HashMap.h>
 #include <wtf/HashSet.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list