Title: [226258] trunk/Source/WebCore
Revision
226258
Author
commit-qu...@webkit.org
Date
2017-12-21 21:37:47 -0800 (Thu, 21 Dec 2017)

Log Message

com.apple.WebKit.WebContent.Development crashed in com.apple.WebCore: WebCore::UserMediaRequest::stop + 126
https://bugs.webkit.org/show_bug.cgi?id=181057
<rdar://problem/36167175>

Unreviewed.

Patch by Youenn Fablet <you...@apple.com> on 2017-12-21

* Modules/mediastream/UserMediaRequest.cpp:
(WebCore::UserMediaRequest::stop): Fixed comment typo.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (226257 => 226258)


--- trunk/Source/WebCore/ChangeLog	2017-12-22 05:36:13 UTC (rev 226257)
+++ trunk/Source/WebCore/ChangeLog	2017-12-22 05:37:47 UTC (rev 226258)
@@ -1,5 +1,16 @@
 2017-12-21  Youenn Fablet  <you...@apple.com>
 
+        com.apple.WebKit.WebContent.Development crashed in com.apple.WebCore: WebCore::UserMediaRequest::stop + 126
+        https://bugs.webkit.org/show_bug.cgi?id=181057
+        <rdar://problem/36167175>
+
+        Unreviewed.
+
+        * Modules/mediastream/UserMediaRequest.cpp:
+        (WebCore::UserMediaRequest::stop): Fixed comment typo.
+
+2017-12-21  Youenn Fablet  <you...@apple.com>
+
         ServiceWorkerThreadProxy should set the correct cookie and cache partitioning options
         https://bugs.webkit.org/show_bug.cgi?id=181000
 

Modified: trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.cpp (226257 => 226258)


--- trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.cpp	2017-12-22 05:36:13 UTC (rev 226257)
+++ trunk/Source/WebCore/Modules/mediastream/UserMediaRequest.cpp	2017-12-22 05:37:47 UTC (rev 226258)
@@ -299,7 +299,7 @@
 
 void UserMediaRequest::stop()
 {
-    // Protecting 'it'this' since nulling m_pendingActivationMediaStream might destroy it.
+    // Protecting 'this' since nulling m_pendingActivationMediaStream might destroy it.
     Ref<UserMediaRequest> protectedThis(*this);
 
     m_pendingActivationMediaStream = nullptr;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to