| Index: third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js | 
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js b/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js | 
| index 811d5ad2760882ddd9b4bfe220357222d5499f5e..10966645a7de30228baf68f8f22492328a3a57a6 100644 | 
| --- a/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js | 
| +++ b/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js | 
| @@ -50,28 +50,6 @@ shouldBeDefined("SVGTransformList"); | 
| shouldBeDefined("SVGAnimatedTransformList"); | 
| shouldBeDefined("SVGPreserveAspectRatio"); | 
| shouldBeDefined("SVGAnimatedPreserveAspectRatio"); | 
| -shouldBeDefined("SVGPathSeg"); | 
| -shouldBeDefined("SVGPathSegClosePath"); | 
| -shouldBeDefined("SVGPathSegMovetoAbs"); | 
| -shouldBeDefined("SVGPathSegMovetoRel"); | 
| -shouldBeDefined("SVGPathSegLinetoAbs"); | 
| -shouldBeDefined("SVGPathSegLinetoRel"); | 
| -shouldBeDefined("SVGPathSegCurvetoCubicAbs"); | 
| -shouldBeDefined("SVGPathSegCurvetoCubicRel"); | 
| -shouldBeDefined("SVGPathSegCurvetoQuadraticAbs"); | 
| -shouldBeDefined("SVGPathSegCurvetoQuadraticRel"); | 
| -shouldBeDefined("SVGPathSegArcAbs"); | 
| -shouldBeDefined("SVGPathSegArcRel"); | 
| -shouldBeDefined("SVGPathSegLinetoHorizontalAbs"); | 
| -shouldBeDefined("SVGPathSegLinetoHorizontalRel"); | 
| -shouldBeDefined("SVGPathSegLinetoVerticalAbs"); | 
| -shouldBeDefined("SVGPathSegLinetoVerticalRel"); | 
| -shouldBeDefined("SVGPathSegCurvetoCubicSmoothAbs"); | 
| -shouldBeDefined("SVGPathSegCurvetoCubicSmoothRel"); | 
| -shouldBeDefined("SVGPathSegCurvetoQuadraticSmoothAbs"); | 
| -shouldBeDefined("SVGPathSegCurvetoQuadraticSmoothRel"); | 
| -shouldBeDefined("SVGPathSegList"); | 
| -shouldBeDefined("SVGAnimatedPathData"); | 
| shouldBeDefined("SVGPathElement"); | 
| shouldBeDefined("SVGRectElement"); | 
| shouldBeDefined("SVGCircleElement"); | 
|  |