Title: [217561] trunk/Source/WebCore
Revision
217561
Author
[email protected]
Date
2017-05-30 10:47:29 -0700 (Tue, 30 May 2017)

Log Message

Unreviewed typo correction.

* loader/ResourceLoadObserver.cpp:
(WebCore::ResourceLoadObserver::logFrameNavigation): I used an extra colon in my comment.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (217560 => 217561)


--- trunk/Source/WebCore/ChangeLog	2017-05-30 17:39:10 UTC (rev 217560)
+++ trunk/Source/WebCore/ChangeLog	2017-05-30 17:47:29 UTC (rev 217561)
@@ -1,5 +1,12 @@
 2017-05-30  Brent Fulgham  <[email protected]>
 
+        Unreviewed typo correction.
+
+        * loader/ResourceLoadObserver.cpp:
+        (WebCore::ResourceLoadObserver::logFrameNavigation): I used an extra colon in my comment.
+
+2017-05-30  Brent Fulgham  <[email protected]>
+
         REGRESSION(r217515): Correct iterator invalidation bug (AGAIN)
         https://bugs.webkit.org/show_bug.cgi?id=172722
         <rdar://problem/32462876>

Modified: trunk/Source/WebCore/loader/ResourceLoadObserver.cpp (217560 => 217561)


--- trunk/Source/WebCore/loader/ResourceLoadObserver.cpp	2017-05-30 17:39:10 UTC (rev 217560)
+++ trunk/Source/WebCore/loader/ResourceLoadObserver.cpp	2017-05-30 17:47:29 UTC (rev 217561)
@@ -155,7 +155,7 @@
         
         {
         auto locker = holdLock(m_store->statisticsLock());
-        // We must make a copy here, because later calls to 'ensureResourceStatisticsForPrimaryDomain' will invalidate the returned reference::
+        // We must make a copy here, because later calls to 'ensureResourceStatisticsForPrimaryDomain' will invalidate the returned reference:
         auto targetStatistics = m_store->ensureResourceStatisticsForPrimaryDomain(targetPrimaryDomain);
 
         // Always fire if we have previously removed data records for this domain
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to