[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

ggaren at apple.com ggaren at apple.com
Wed Dec 22 17:56:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6a7cf9f645d196df32382d701c9fa10acf4d9f3f
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 3 01:30:53 2010 +0000

    Try to fix Windows build.
    
    * runtime/GCActivityCallback.cpp:
    (JSC::DefaultGCActivityCallback::synchronize): Added a non-CF implementation.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73225 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 5723670..11de817 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-02  Geoffrey Garen  <ggaren at apple.com>
 
+        Try to fix Windows build.
+
+        * runtime/GCActivityCallback.cpp:
+        (JSC::DefaultGCActivityCallback::synchronize): Added a non-CF implementation.
+
+2010-12-02  Geoffrey Garen  <ggaren at apple.com>
+
         Reviewed by Gavin Barraclough.
 
         Fixed <rdar://problem/8310571> CrashTracer: 60 crashes in Photo Booth at
diff --git a/JavaScriptCore/runtime/GCActivityCallback.cpp b/JavaScriptCore/runtime/GCActivityCallback.cpp
index 2f2c079..161abfb 100644
--- a/JavaScriptCore/runtime/GCActivityCallback.cpp
+++ b/JavaScriptCore/runtime/GCActivityCallback.cpp
@@ -46,5 +46,9 @@ void DefaultGCActivityCallback::operator()()
 {
 }
 
+void DefaultGCActivityCallback::synchronize()
+{
+}
+
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list