| Index: third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl b/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
|
| index c46fbd5a23d2f7de7136a45f9785fd9471b6c437..2b42b509f9f0807052835d7bbe602bcbba4dd9b3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUnitTypes.idl
|
| @@ -30,7 +30,7 @@
|
| WillBeGarbageCollected
|
| ] interface SVGUnitTypes {
|
| // Unit Types
|
| - [MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0;
|
| - [MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
|
| - [MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
|
| + const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0;
|
| + const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
|
| + const unsigned short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
|
| };
|
|
|