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 5e497def5186aeafff1711d7786ea3d0e02ffa44..c46fbd5a23d2f7de7136a45f9785fd9471b6c437 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 |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] const unsigned short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
+ [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; |
}; |