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

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Wed Dec 22 11:20:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 100975540cfdae668bd41bbd93ccff40533cb21b
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 20 03:42:17 2010 +0000

    2010-07-19  Mike Moretti  <mike.moretti at nokia.com>
    
            Reviewed by Laszlo Gombos.
    
            [Symbian] Build fix after r63404.
    
            Implement isValid() function for the Symbian executable allocator.
    
            * jit/ExecutableAllocatorSymbian.cpp:
            (JSC::ExecutableAllocator::isValid):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63713 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 1de1d65..cf66695 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-19  Mike Moretti  <mike.moretti at nokia.com>
+
+        Reviewed by Laszlo Gombos.
+
+        [Symbian] Build fix after r63404.
+
+        Implement isValid() function for the Symbian executable allocator.
+
+        * jit/ExecutableAllocatorSymbian.cpp:
+        (JSC::ExecutableAllocator::isValid):
+
 2010-07-19  Chris Marrin  <cmarrin at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/JavaScriptCore/jit/ExecutableAllocatorSymbian.cpp b/JavaScriptCore/jit/ExecutableAllocatorSymbian.cpp
index 9028f50..8b0553d 100644
--- a/JavaScriptCore/jit/ExecutableAllocatorSymbian.cpp
+++ b/JavaScriptCore/jit/ExecutableAllocatorSymbian.cpp
@@ -66,6 +66,11 @@ void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc)
     delete alloc.chunk;
 }
 
+bool ExecutableAllocator::isValid() const
+{
+    return true;
+}
+
 #if ENABLE(ASSEMBLER_WX_EXCLUSIVE)
 #error "ASSEMBLER_WX_EXCLUSIVE not yet suported on this platform."
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list