[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

hausmann at webkit.org hausmann at webkit.org
Thu Apr 8 00:45:37 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 481563daa5024cce784954c4da6370400b4b5a1f
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 22 06:53:15 2009 +0000

    Fix the Qt build, add UStringImpl.cpp to the build.
    
    * JavaScriptCore.pri:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52481 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9465ebb..992a6ad 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-21  Simon Hausmann  <simon.hausmann at nokia.com>
+
+        Fix the Qt build, add UStringImpl.cpp to the build.
+
+        * JavaScriptCore.pri:
+
 2009-12-21  Gavin Barraclough  <barraclough at apple.com>
 
         Windows Build fix part 5.
diff --git a/JavaScriptCore/JavaScriptCore.pri b/JavaScriptCore/JavaScriptCore.pri
index 7c79369..6e3b2e9 100644
--- a/JavaScriptCore/JavaScriptCore.pri
+++ b/JavaScriptCore/JavaScriptCore.pri
@@ -215,6 +215,7 @@ SOURCES += \
     runtime/Structure.cpp \
     runtime/TimeoutChecker.cpp \
     runtime/UString.cpp \
+    runtime/UStringImpl.cpp \
     wtf/Assertions.cpp \
     wtf/ByteArray.cpp \
     wtf/CurrentTime.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list