[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
hausmann at webkit.org
hausmann at webkit.org
Tue Jan 5 23:58:17 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit bc4939bd1b88e189915676124240dc17bb898f80
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