[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

barraclough at apple.com barraclough at apple.com
Mon Dec 27 16:29:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f303c919e2335a7de1599f6380f965cf7540f04e
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 04:39:53 2010 +0000

    Speculative build fix.
    
    * jit/ExecutableAllocator.cpp:
    (JSC::ExecutableAllocator::underMemoryPressure):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74456 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 78a5e86..da568fc 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-21  Gavin Barraclough  <barraclough at apple.com>
 
+        Speculative build fix.
+
+        * jit/ExecutableAllocator.cpp:
+        (JSC::ExecutableAllocator::underMemoryPressure):
+
+2010-12-21  Gavin Barraclough  <barraclough at apple.com>
+
         Reviewed by Oliver Hunt.
 
         Bug 26276 - Need a mechanism to determine stack extent
diff --git a/JavaScriptCore/jit/ExecutableAllocator.cpp b/JavaScriptCore/jit/ExecutableAllocator.cpp
index 8d4036a..4530b38 100644
--- a/JavaScriptCore/jit/ExecutableAllocator.cpp
+++ b/JavaScriptCore/jit/ExecutableAllocator.cpp
@@ -67,7 +67,7 @@ bool ExecutableAllocator::isValid() const
     return true;
 }
     
-bool ExecutableAllocator::underMemoryPressure() const
+bool ExecutableAllocator::underMemoryPressure()
 {
     return false;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list