[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:53:54 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 5f88f73e73f6dc2ff6c7fe0fea782e11431a81e8
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Dec 18 17:54:24 2009 +0000
Chromium build fix
* html/HTMLLinkElement.cpp: Added #include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52320 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index eecb3f7..cbb77c4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
2009-12-18 Adam Roben <aroben at apple.com>
+ Chromium build fix
+
+ * html/HTMLLinkElement.cpp: Added #include.
+
+2009-12-18 Adam Roben <aroben at apple.com>
+
Qt build fix
* platform/qt/RenderThemeQt.cpp:
diff --git a/WebCore/html/HTMLLinkElement.cpp b/WebCore/html/HTMLLinkElement.cpp
index ebec7cc..6036184 100644
--- a/WebCore/html/HTMLLinkElement.cpp
+++ b/WebCore/html/HTMLLinkElement.cpp
@@ -40,6 +40,7 @@
#include "Page.h"
#include "ScriptEventListener.h"
#include "Settings.h"
+#include <wtf/StdLibExtras.h>
namespace WebCore {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list