[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
aroben at apple.com
aroben at apple.com
Tue Jan 5 23:52:55 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit f7f7e10a75753ef5fb9e5703e041c52a9f681674
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