Index: third_party/WebKit/Source/core/svg/SVGLength.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGLength.idl b/third_party/WebKit/Source/core/svg/SVGLength.idl |
index 06b76170b3e46ae490f735d70152defd1e5d93ba..ebb20a26b1366a984b454fe7616b31085d8b0f80 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGLength.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGLength.idl |
@@ -25,7 +25,7 @@ |
[ |
ImplementedAs=SVGLengthTearOff, |
SetWrapperReferenceTo(SVGElement contextElement), |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface SVGLength { |
// Length Unit Types |
const unsigned short SVG_LENGTHTYPE_UNKNOWN = 0; |