[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

eric at webkit.org eric at webkit.org
Wed Feb 10 22:18:21 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 0f948ea9f152a74ca9b16860ba6efa9a2f478385
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Feb 7 20:47:15 2010 +0000

    2010-02-07  Ismail Donmez  <ismail at namtrac.org>
    
            Reviewed by Darin Adler.
    
            Include wtf/StringExtras.h for strdup definition, which
            is needed for WinCE.
    
            * bridge/IdentifierRep.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54471 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5f491f5..4b3f156 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-07  Ismail Donmez  <ismail at namtrac.org>
+
+        Reviewed by Darin Adler.
+
+        Include wtf/StringExtras.h for strdup definition, which
+        is needed for WinCE.
+
+        * bridge/IdentifierRep.h:
+
 2010-02-07  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebCore/bridge/IdentifierRep.h b/WebCore/bridge/IdentifierRep.h
index 8128bf8..61b0b57 100644
--- a/WebCore/bridge/IdentifierRep.h
+++ b/WebCore/bridge/IdentifierRep.h
@@ -28,6 +28,7 @@
 
 #include <wtf/Assertions.h>
 #include <wtf/FastAllocBase.h>
+#include <wtf/StringExtras.h>
 #include <string.h>
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list