[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
ggaren at apple.com
ggaren at apple.com
Tue Jan 5 23:48:01 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 016c3a7cda8ad680433d9a848a78569eff6f4f1c
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Dec 12 06:02:24 2009 +0000
Windows build fix: Removed an incorrect #ifdef.
* bindings/js/GCController.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52044 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 46bfcf1..514cd45 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-11 Geoffrey Garen <ggaren at apple.com>
+
+ Windows build fix: Removed an incorrect #ifdef.
+
+ * bindings/js/GCController.cpp:
+
2009-12-11 Eric Roman <eroman at chromium.org>
Unreviewed build fix.
diff --git a/WebCore/bindings/js/GCController.cpp b/WebCore/bindings/js/GCController.cpp
index 2e87f3a..3e5645f 100644
--- a/WebCore/bindings/js/GCController.cpp
+++ b/WebCore/bindings/js/GCController.cpp
@@ -40,8 +40,6 @@ using namespace JSC;
namespace WebCore {
-#if USE(PTHREADS)
-
static void* collect(void*)
{
JSLock lock(SilenceAssertionsOnly);
@@ -49,8 +47,6 @@ static void* collect(void*)
return 0;
}
-#endif
-
GCController& gcController()
{
DEFINE_STATIC_LOCAL(GCController, staticGCController, ());
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list