[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:45 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit b6aa79d5cd5113cabd643e37cb7bffd691325005
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Dec 17 21:10:20 2009 +0000
Chromium build fix II
* dom/EventTarget.h: Added now-needed #include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52282 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index fca8977..581217e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-17 Adam Roben <aroben at apple.com>
+
+ Chromium build fix II
+
+ * dom/EventTarget.h: Added now-needed #include.
+
2009-12-17 Zoltan Horvath <zoltan at webkit.org>
Reviewed by Eric Seidel.
diff --git a/WebCore/dom/EventTarget.h b/WebCore/dom/EventTarget.h
index 2d77c87..fa5ca09 100644
--- a/WebCore/dom/EventTarget.h
+++ b/WebCore/dom/EventTarget.h
@@ -36,6 +36,7 @@
#include "EventNames.h"
#include "RegisteredEventListener.h"
#include <wtf/Forward.h>
+#include <wtf/HashMap.h>
namespace WebCore {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list