Changeset 62254 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Jul 1, 2010, 5:49:27 AM (15 years ago)
Author:
[email protected]
Message:

Revert accidental commit.

JavaScriptCore:

  • runtime/Collector.cpp:

(JSC::Heap::allocateBlock):

WebCore:

  • platform/network/qt/ResourceRequestQt.cpp:

(WebCore::ResourceRequest::toNetworkRequest):

File:
1 edited

Legend:

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

    r62253 r62254  
    193193{
    194194#if OS(DARWIN)
    195 /*    vm_address_t address = 0;
     195    vm_address_t address = 0;
    196196    vm_map(current_task(), &address, BLOCK_SIZE, BLOCK_OFFSET_MASK, VM_FLAGS_ANYWHERE | VM_TAG_FOR_COLLECTOR_MEMORY, MEMORY_OBJECT_NULL, 0, FALSE, VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT);
    197197#elif OS(SYMBIAN)
     
    215215#if ENABLE(JSC_MULTIPLE_THREADS)
    216216#error Need to initialize pagesize safely.
    217 #endif*/
     217#endif
    218218    static size_t pagesize = getpagesize();
    219219
Note: See TracChangeset for help on using the changeset viewer.