Title: [107318] trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
- Revision
- 107318
- Author
- [email protected]
- Date
- 2012-02-09 17:16:46 -0800 (Thu, 09 Feb 2012)
Log Message
Quick fix for an omission from r107301 caught by jchaffraix
Modified Paths
Diff
Modified: trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp (107317 => 107318)
--- trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp 2012-02-10 01:15:16 UTC (rev 107317)
+++ trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp 2012-02-10 01:16:46 UTC (rev 107318)
@@ -1403,7 +1403,7 @@
for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) {
RefPtr<CSSValueList> positionList = CSSValueList::createSpaceSeparated();
positionList->append(zoomAdjustedPixelValueForLength(currLayer->xPosition(), style.get(), cssValuePool));
- positionList->append(zoomAdjustedPixelValueForLength(currLayer->xPosition(), style.get(), cssValuePool));
+ positionList->append(zoomAdjustedPixelValueForLength(currLayer->yPosition(), style.get(), cssValuePool));
list->append(positionList);
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes