Title: [201055] trunk/Source/WebCore
Revision
201055
Author
[email protected]
Date
2016-05-17 16:22:30 -0700 (Tue, 17 May 2016)

Log Message

Unreviewed debug build fix after r201052.

* rendering/svg/RenderSVGText.cpp:
(WebCore::findPreviousAndNextAttributes): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201054 => 201055)


--- trunk/Source/WebCore/ChangeLog	2016-05-17 23:14:36 UTC (rev 201054)
+++ trunk/Source/WebCore/ChangeLog	2016-05-17 23:22:30 UTC (rev 201055)
@@ -1,5 +1,12 @@
 2016-05-17  Chris Dumez  <[email protected]>
 
+        Unreviewed debug build fix after r201052.
+
+        * rendering/svg/RenderSVGText.cpp:
+        (WebCore::findPreviousAndNextAttributes): Deleted.
+
+2016-05-17  Chris Dumez  <[email protected]>
+
         Use RenderChildIterator more for traversing a renderer's children
         https://bugs.webkit.org/show_bug.cgi?id=157811
 

Modified: trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp (201054 => 201055)


--- trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp	2016-05-17 23:14:36 UTC (rev 201054)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp	2016-05-17 23:22:30 UTC (rev 201055)
@@ -120,7 +120,6 @@
 
 static inline bool findPreviousAndNextAttributes(RenderElement& start, RenderSVGInlineText* locateElement, bool& stopAfterNext, SVGTextLayoutAttributes*& previous, SVGTextLayoutAttributes*& next)
 {
-    ASSERT(start);
     ASSERT(locateElement);
     // FIXME: Make this iterative.
     for (auto& child : childrenOfType<RenderObject>(start)) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to