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

dimich at chromium.org dimich at chromium.org
Wed Apr 7 23:13:50 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 871d40b1be208f3e1df143e5dcf039361f642167
Author: dimich at chromium.org <dimich at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 28 23:37:13 2009 +0000

    Not reviewed, attemp to fix Windows build.
    
    Touch the cpp file to cause recompile.
    
    * wtf/Threading.cpp:
    (WTF::threadEntryPoint):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50248 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index b56d3f9..c0f5c88 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,14 @@
 2009-10-28  Dmitry Titov  <dimich at chromium.org>
 
+        Not reviewed, attemp to fix Windows build.
+
+        Touch the cpp file to cause recompile.
+
+        * wtf/Threading.cpp:
+        (WTF::threadEntryPoint):
+
+2009-10-28  Dmitry Titov  <dimich at chromium.org>
+
         Reviewed by David Levin.
 
         https://bugs.webkit.org/show_bug.cgi?id=30805
diff --git a/JavaScriptCore/wtf/Threading.cpp b/JavaScriptCore/wtf/Threading.cpp
index 56bf438..1d4185c 100644
--- a/JavaScriptCore/wtf/Threading.cpp
+++ b/JavaScriptCore/wtf/Threading.cpp
@@ -51,7 +51,7 @@ static void* threadEntryPoint(void* contextData)
 
     setThreadNameInternal(context->name);
 
-    // Block until our creating thread has completed any extra setup work
+    // Block until our creating thread has completed any extra setup work.
     {
         MutexLocker locker(context->creationMutex);
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list