Changeset 57001 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Apr 2, 2010, 7:54:48 AM (15 years ago)
Author:
Laszlo Gombos
Message:

2010-04-02 Laszlo Gombos <Laszlo Gombos>

Unreviewed, minor build fix.

Change the order of the member initialisation list
in constructor to match declaration order

  • runtime/Collector.cpp: (JSC::Heap::Heap):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Collector.cpp

    r56435 r57001  
    136136    , m_currentThreadRegistrar(0)
    137137#endif
    138     , m_globalData(globalData)
    139138#if OS(SYMBIAN)
    140139    , m_blockallocator(JSCCOLLECTOR_VIRTUALMEM_RESERVATION, BLOCK_SIZE)
    141140#endif
     141    , m_globalData(globalData)
    142142{
    143143    ASSERT(globalData);
Note: See TracChangeset for help on using the changeset viewer.