Title: [154933] trunk/Source/WebCore
- Revision
- 154933
- Author
- [email protected]
- Date
- 2013-08-31 14:56:25 -0700 (Sat, 31 Aug 2013)
Log Message
Fix typo in r154931 that caused assertions in continuation tests.
* rendering/InlineFlowBox.cpp:
(WebCore::InlineFlowBox::paint):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (154932 => 154933)
--- trunk/Source/WebCore/ChangeLog 2013-08-31 21:05:58 UTC (rev 154932)
+++ trunk/Source/WebCore/ChangeLog 2013-08-31 21:56:25 UTC (rev 154933)
@@ -1,3 +1,10 @@
+2013-08-31 Andreas Kling <[email protected]>
+
+ Fix typo in r154931 that caused assertions in continuation tests.
+
+ * rendering/InlineFlowBox.cpp:
+ (WebCore::InlineFlowBox::paint):
+
2013-08-31 Rob Buis <[email protected]>
XMLSerializer-attribute-namespace-prefix-conflicts can't produce reliable results
Modified: trunk/Source/WebCore/rendering/InlineFlowBox.cpp (154932 => 154933)
--- trunk/Source/WebCore/rendering/InlineFlowBox.cpp 2013-08-31 21:05:58 UTC (rev 154932)
+++ trunk/Source/WebCore/rendering/InlineFlowBox.cpp 2013-08-31 21:56:25 UTC (rev 154933)
@@ -1141,7 +1141,7 @@
if (containingBlockPaintsContinuationOutline) {
// Add ourselves to the containing block of the entire continuation so that it can
// paint us atomically.
- cb->addContinuationWithOutline(&toRenderInline(renderer()));
+ cb->addContinuationWithOutline(toRenderInline(renderer().node()->renderer()));
} else if (!inlineFlow.isInlineElementContinuation())
paintInfo.outlineObjects->add(&inlineFlow);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes