Title: [210299] branches/safari-602-branch/Source/WebCore
Revision
210299
Author
bshaf...@apple.com
Date
2017-01-04 16:21:00 -0800 (Wed, 04 Jan 2017)

Log Message

Build fix for r210288.

Modified Paths

Diff

Modified: branches/safari-602-branch/Source/WebCore/ChangeLog (210298 => 210299)


--- branches/safari-602-branch/Source/WebCore/ChangeLog	2017-01-05 00:06:18 UTC (rev 210298)
+++ branches/safari-602-branch/Source/WebCore/ChangeLog	2017-01-05 00:21:00 UTC (rev 210299)
@@ -1,5 +1,9 @@
 2017-01-04  Babak Shafiei  <bshaf...@apple.com>
 
+        Build fix for r210288.
+
+2017-01-04  Babak Shafiei  <bshaf...@apple.com>
+
         Merge patch for r210288.
 
     2016-12-22  Brent Fulgham  <bfulg...@apple.com>

Modified: branches/safari-602-branch/Source/WebCore/bindings/js/ScriptController.cpp (210298 => 210299)


--- branches/safari-602-branch/Source/WebCore/bindings/js/ScriptController.cpp	2017-01-05 00:06:18 UTC (rev 210298)
+++ branches/safari-602-branch/Source/WebCore/bindings/js/ScriptController.cpp	2017-01-05 00:21:00 UTC (rev 210299)
@@ -225,7 +225,7 @@
     if (m_windowShells.isEmpty())
         return;
     
-    JSLockHolder lock(commonVM());
+    JSLockHolder lock(JSDOMWindowBase::commonVM());
     
     Vector<JSC::Strong<JSDOMWindowShell>> windowShells = this->windowShells();
     for (auto& windowShell : windowShells) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to