Changeset 64346 in webkit


Ignore:
Timestamp:
Jul 30, 2010 4:10:02 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-30 Mahesh Kulkarni <mahesh.kulkarni@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):
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r64334 r64346  
     12010-07-30  Mahesh Kulkarni  <mahesh.kulkarni@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [QT] build fix for symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=43234
     7
     8        * wtf/PageAllocation.h:
     9        (WTF::PageAllocation::PageAllocation):
     10
    1112010-07-29  Sheriff Bot  <webkit.review.bot@gmail.com>
    212
  • trunk/JavaScriptCore/wtf/PageAllocation.h

    r64105 r64346  
    6868        , m_size(size)
    6969#if OS(SYMBIAN)
    70         , m_chunk(parent.chunk)
     70        , m_chunk(parent.m_chunk)
    7171#endif
    7272    {
Note: See TracChangeset for help on using the changeset viewer.