| Index: LayoutTests/fast/shapes/resources/simple-polygon.js
|
| diff --git a/LayoutTests/fast/shapes/resources/simple-polygon.js b/LayoutTests/fast/shapes/resources/simple-polygon.js
|
| index 2dac33d6fe4f608c1de61fccb5fc614bf94b799e..599953806a4511ef00683cab20f7c715c141128d 100644
|
| --- a/LayoutTests/fast/shapes/resources/simple-polygon.js
|
| +++ b/LayoutTests/fast/shapes/resources/simple-polygon.js
|
| @@ -89,7 +89,7 @@ function polygonXIntercepts(polygon, y) {
|
| if (!foundXIntercept)
|
| return [];
|
|
|
| - return [SubPixelLayout.snapToLayoutUnit(interceptsMinX), SubPixelLayout.snapTolayoutUnit(interceptsMaxX)];
|
| + return [SubPixelLayout.snapToLayoutUnit(interceptsMinX), SubPixelLayout.snapToLayoutUnit(interceptsMaxX)];
|
| }
|
|
|
| function polygonLineIntercepts(polygon, y, lineHeight) {
|
|
|