Title: [180608] trunk/Source/WebCore
Revision
180608
Author
sle...@apple.com
Date
2015-02-24 20:10:54 -0800 (Tue, 24 Feb 2015)

Log Message

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

* bindings/js/JSDOMWindowBase.cpp:
(WebCore::JSDOMWindowBase::commonVM):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (180607 => 180608)


--- trunk/Source/WebCore/ChangeLog	2015-02-25 04:07:06 UTC (rev 180607)
+++ trunk/Source/WebCore/ChangeLog	2015-02-25 04:10:54 UTC (rev 180608)
@@ -1,3 +1,10 @@
+2015-02-24  Stephanie Lewis  <sle...@apple.com>
+
+        Unreviewed ios build fix after http://trac.webkit.org/changeset/180602.
+
+        * bindings/js/JSDOMWindowBase.cpp:
+        (WebCore::JSDOMWindowBase::commonVM):
+
 2015-02-24  Simon Fraser  <simon.fra...@apple.com>
 
         Use an enum for scrollbar style

Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp (180607 => 180608)


--- trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp	2015-02-25 04:07:06 UTC (rev 180607)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp	2015-02-25 04:10:54 UTC (rev 180608)
@@ -212,7 +212,7 @@
         vm->heap.setEdenActivityCallback(vm->heap.fullActivityCallback());
 #endif
         vm->heap.setIncrementalSweeper(std::make_unique<WebSafeIncrementalSweeper>(&vm->heap));
-        vm->heap.machineThreads().addCurrentThread();
+        vm->heap.machineThreads().addCurrentThread(vm);
 #endif
         initNormalWorldClientData(vm);
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to