Title: [205987] trunk/Source/WebCore
- Revision
- 205987
- Author
- [email protected]
- Date
- 2016-09-15 11:16:47 -0700 (Thu, 15 Sep 2016)
Log Message
Remove some extra spaces.
* rendering/TextDecorationPainter.cpp:
(WebCore::collectStylesForRenderer):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (205986 => 205987)
--- trunk/Source/WebCore/ChangeLog 2016-09-15 18:12:09 UTC (rev 205986)
+++ trunk/Source/WebCore/ChangeLog 2016-09-15 18:16:47 UTC (rev 205987)
@@ -1,3 +1,10 @@
+2016-09-15 Antti Koivisto <[email protected]>
+
+ Remove some extra spaces.
+
+ * rendering/TextDecorationPainter.cpp:
+ (WebCore::collectStylesForRenderer):
+
2016-09-15 Alex Christensen <[email protected]>
Use efficient iterators in URLParser
Modified: trunk/Source/WebCore/rendering/TextDecorationPainter.cpp (205986 => 205987)
--- trunk/Source/WebCore/rendering/TextDecorationPainter.cpp 2016-09-15 18:12:09 UTC (rev 205986)
+++ trunk/Source/WebCore/rendering/TextDecorationPainter.cpp 2016-09-15 18:16:47 UTC (rev 205987)
@@ -410,7 +410,7 @@
} while (current && !is<HTMLAnchorElement>(current->node()) && !is<HTMLFontElement>(current->node()));
// If we bailed out, use the element we bailed out at (typically a <font> or <a> element).
- if (remainingDecoration && current) {
+ if (remainingDecoration && current) {
auto& style = firstLineStyle ? current->firstLineStyle() : current->style();
extractDecorations(style, remainingDecoration);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes