[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:42:22 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 782080521b8fa4c0ae7be3c6ff179474130d5cda
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