[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75
kevino at webkit.org
kevino at webkit.org
Thu Oct 29 20:47:10 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit da43b9ad739e259869c50e81540663b4448ab820
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sun Oct 18 18:21:08 2009 +0000
Non-PCH build fix. Added missing header.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49754 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7ff89d7..d8d0eff 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-18 Kevin Ollivier <kevino at theolliviers.com>
+
+ Non-PCH build fix. Added missing header.
+
+ * bridge/runtime_root.h:
+
2009-10-18 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 1806bf5..fdd73c4 100644
--- a/WebCore/bridge/runtime_root.h
+++ b/WebCore/bridge/runtime_root.h
@@ -34,6 +34,7 @@
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
#include <wtf/Noncopyable.h>
+#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
namespace JSC {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list