| Index: third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| index 2d939a3633703008005a765e9158cdd7c212a2dc..9fac4c7560ac58bab007881e464ac49bcd4ba254 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| @@ -36,4 +36,4 @@ interface SVGFilterElement : SVGElement {
|
| };
|
|
|
| SVGFilterElement implements SVGURIReference;
|
| -// SVGFilterElement implements SVGUnitTypes;
|
| +SVGFilterElement implements SVGUnitTypes;
|
|
|