Changeset 180608 in webkit


Ignore:
Timestamp:
Feb 24, 2015, 8:10:54 PM (10 years ago)
Author:
Stephanie Lewis
Message:

Unreviewed ios build fix after http://trac.webkit.org/changeset/180602.

  • bindings/js/JSDOMWindowBase.cpp:

(WebCore::JSDOMWindowBase::commonVM):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r180607 r180608  
     12015-02-24  Stephanie Lewis  <slewis@apple.com>
     2
     3        Unreviewed ios build fix after http://trac.webkit.org/changeset/180602.
     4
     5        * bindings/js/JSDOMWindowBase.cpp:
     6        (WebCore::JSDOMWindowBase::commonVM):
     7
    182015-02-24  Simon Fraser  <simon.fraser@apple.com>
    29
  • trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp

    r180570 r180608  
    213213#endif
    214214        vm->heap.setIncrementalSweeper(std::make_unique<WebSafeIncrementalSweeper>(&vm->heap));
    215         vm->heap.machineThreads().addCurrentThread();
     215        vm->heap.machineThreads().addCurrentThread(vm);
    216216#endif
    217217        initNormalWorldClientData(vm);
Note: See TracChangeset for help on using the changeset viewer.