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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:36:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9c868eee5c9374200c6655d4416f9e96b261fd8f
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 30 11:10:02 2010 +0000

    2010-07-30  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
    
            Reviewed by Simon Hausmann.
    
            [QT] build fix for symbian
            https://bugs.webkit.org/show_bug.cgi?id=43234
    
            * wtf/PageAllocation.h:
            (WTF::PageAllocation::PageAllocation):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64346 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 684d1b4..1476861 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-30  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
+
+        Reviewed by Simon Hausmann.
+
+        [QT] build fix for symbian
+        https://bugs.webkit.org/show_bug.cgi?id=43234
+
+        * wtf/PageAllocation.h:
+        (WTF::PageAllocation::PageAllocation):
+
 2010-07-29  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r64313.
diff --git a/JavaScriptCore/wtf/PageAllocation.h b/JavaScriptCore/wtf/PageAllocation.h
index 00b5363..b846482 100644
--- a/JavaScriptCore/wtf/PageAllocation.h
+++ b/JavaScriptCore/wtf/PageAllocation.h
@@ -67,7 +67,7 @@ public:
         : m_base(base)
         , m_size(size)
 #if OS(SYMBIAN)
-        , m_chunk(parent.chunk)
+        , m_chunk(parent.m_chunk)
 #endif
     {
 #if defined(NDEBUG) && !OS(SYMBIAN)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list