[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:18 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 7795054657c7b5af4cf7e9dfd94a22b9efc071bc
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Dec 22 06:54:19 2009 +0000
Prospective GTK build fix: Add UStringImpl.cpp/h to the build.
* GNUmakefile.am:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52482 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 992a6ad..1fa4dbf 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
2009-12-21 Simon Hausmann <simon.hausmann at nokia.com>
+ Prospective GTK build fix: Add UStringImpl.cpp/h to the build.
+
+ * GNUmakefile.am:
+
+2009-12-21 Simon Hausmann <simon.hausmann at nokia.com>
+
Fix the Qt build, add UStringImpl.cpp to the build.
* JavaScriptCore.pri:
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index 50c804a..e34e6c1 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -500,6 +500,8 @@ javascriptcore_sources += \
JavaScriptCore/runtime/Tracing.h \
JavaScriptCore/runtime/UString.cpp \
JavaScriptCore/runtime/UString.h \
+ JavaScriptCore/runtime/UStringImpl.cpp \
+ JavaScriptCore/runtime/UStringImpl.h \
JavaScriptCore/runtime/WeakRandom.h \
JavaScriptCore/wtf/FastAllocBase.h \
JavaScriptCore/wtf/FastMalloc.cpp \
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list