Title: [222867] trunk/Source/WebCore
Revision
222867
Author
an...@apple.com
Date
2017-10-04 11:59:04 -0700 (Wed, 04 Oct 2017)

Log Message

Fix typo.

Unreviewed.

* rendering/RenderView.cpp:
(WebCore::RenderView::willBeDestroyed):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222866 => 222867)


--- trunk/Source/WebCore/ChangeLog	2017-10-04 18:56:32 UTC (rev 222866)
+++ trunk/Source/WebCore/ChangeLog	2017-10-04 18:59:04 UTC (rev 222867)
@@ -1,3 +1,12 @@
+2017-10-04  Antti Koivisto  <an...@apple.com>
+
+        Fix typo.
+
+        Unreviewed.
+
+        * rendering/RenderView.cpp:
+        (WebCore::RenderView::willBeDestroyed):
+
 2017-10-04  Daniel Bates  <daba...@apple.com>
 
         Teach TextDecorationPainter about pseudo styles

Modified: trunk/Source/WebCore/rendering/RenderView.cpp (222866 => 222867)


--- trunk/Source/WebCore/rendering/RenderView.cpp	2017-10-04 18:56:32 UTC (rev 222866)
+++ trunk/Source/WebCore/rendering/RenderView.cpp	2017-10-04 18:59:04 UTC (rev 222867)
@@ -645,7 +645,7 @@
 {
     RenderBlockFlow::willBeDestroyed();
 
-    ASSERT_WITH_MESSAGE(m_rendererCount == 1, "All other renderers in this render tree should have be destroyed");
+    ASSERT_WITH_MESSAGE(m_rendererCount == 1, "All other renderers in this render tree should have been destroyed");
 }
 
 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to