[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

oliver at apple.com oliver at apple.com
Mon Feb 21 00:24:56 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit e728a61c0f8d98670a63bbee82a646c7916280b9
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 05:54:34 2011 +0000

    More Qt build fixes
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77109 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 8089733..098cdc9 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-30  Oliver Hunt  <oliver at apple.com>
 
+        More Qt build fixes
+
+        * runtime/WriteBarrier.h:
+        (JSC::WriteBarrierBase::clear):
+
+2011-01-30  Oliver Hunt  <oliver at apple.com>
+
         Convert markstack to a slot visitor API
         https://bugs.webkit.org/show_bug.cgi?id=53219
 
diff --git a/Source/JavaScriptCore/runtime/WriteBarrier.h b/Source/JavaScriptCore/runtime/WriteBarrier.h
index 09207e2..3b3c5a8 100644
--- a/Source/JavaScriptCore/runtime/WriteBarrier.h
+++ b/Source/JavaScriptCore/runtime/WriteBarrier.h
@@ -88,6 +88,7 @@ public:
     T* get() const { return reinterpret_cast<T*>(m_cell); }
     T* operator*() const { return static_cast<T*>(m_cell); }
     T* operator->() const { return static_cast<T*>(m_cell); }
+    void clear() { m_value = 0; }
     
     JSCell** slot() { return &m_cell; }
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list