Title: [194192] tags/Safari-602.1.13.0.1/Source/_javascript_Core
Revision
194192
Author
[email protected]
Date
2015-12-16 17:11:00 -0800 (Wed, 16 Dec 2015)

Log Message

Merged r192991.  rdar://problem/23728977

Modified Paths

Diff

Modified: tags/Safari-602.1.13.0.1/Source/_javascript_Core/ChangeLog (194191 => 194192)


--- tags/Safari-602.1.13.0.1/Source/_javascript_Core/ChangeLog	2015-12-17 01:03:58 UTC (rev 194191)
+++ tags/Safari-602.1.13.0.1/Source/_javascript_Core/ChangeLog	2015-12-17 01:11:00 UTC (rev 194192)
@@ -1,3 +1,19 @@
+2015-12-16  Babak Shafiei  <[email protected]>
+
+        Merge r192991.
+
+    2015-12-02  Joseph Pecoraro  <[email protected]>
+
+            REGRESSION(r192753): Remote Web Inspector: Applications and Debuggables not showing up in debuggers
+            https://bugs.webkit.org/show_bug.cgi?id=151787
+
+            Reviewed by Brian Burg.
+
+            * inspector/remote/RemoteInspector.mm:
+            (Inspector::RemoteInspector::receivedIndicateMessage):
+            Removed lock that was unnecessarily added in r192753. It was
+            protecting nothing.
+
 2015-12-01  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r192914.

Modified: tags/Safari-602.1.13.0.1/Source/_javascript_Core/inspector/remote/RemoteInspector.mm (194191 => 194192)


--- tags/Safari-602.1.13.0.1/Source/_javascript_Core/inspector/remote/RemoteInspector.mm	2015-12-17 01:03:58 UTC (rev 194191)
+++ tags/Safari-602.1.13.0.1/Source/_javascript_Core/inspector/remote/RemoteInspector.mm	2015-12-17 01:11:00 UTC (rev 194192)
@@ -685,8 +685,6 @@
 
     BOOL indicateEnabled = [[userInfo objectForKey:WIRIndicateEnabledKey] boolValue];
 
-    std::lock_guard<Lock> lock(m_mutex);
-
     callOnWebThreadOrDispatchAsyncOnMainThread(^{
         RemoteControllableTarget* target = nullptr;
         {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to