Title: [186658] trunk/Source/WebCore
Revision
186658
Author
beid...@apple.com
Date
2015-07-09 17:40:36 -0700 (Thu, 09 Jul 2015)

Log Message

Followup to r186647

Reviewed by NOBODY.

Thanks, EWS and commit-queue, for not catching this!

* loader/DocumentLoader.h: Add a semi-colon.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (186657 => 186658)


--- trunk/Source/WebCore/ChangeLog	2015-07-10 00:31:40 UTC (rev 186657)
+++ trunk/Source/WebCore/ChangeLog	2015-07-10 00:40:36 UTC (rev 186658)
@@ -1,3 +1,13 @@
+2015-07-09  Brady Eidson  <beid...@apple.com>
+
+        Followup to r186647
+
+        Reviewed by NOBODY.
+
+        Thanks, EWS and commit-queue, for not catching this!
+
+        * loader/DocumentLoader.h: Add a semi-colon.
+
 2015-07-09  Dean Jackson  <d...@apple.com>
 
         REGRESSION: Inline media scrubbing always pauses the video

Modified: trunk/Source/WebCore/loader/DocumentLoader.h (186657 => 186658)


--- trunk/Source/WebCore/loader/DocumentLoader.h	2015-07-10 00:31:40 UTC (rev 186657)
+++ trunk/Source/WebCore/loader/DocumentLoader.h	2015-07-10 00:40:36 UTC (rev 186658)
@@ -449,7 +449,7 @@
 #endif
 
 #ifndef NDEBUG
-        bool m_hasEverBeenAttached { false }
+        bool m_hasEverBeenAttached { false };
 #endif
     };
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to