| Index: Source/bindings/tests/idls/SVGTestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/SVGTestInterface.idl b/Source/bindings/tests/idls/SVGTestInterface.idl
|
| index 6c7511ee8e707b5ab6df922d6764484dbb2b0e7d..e871751768d0e804aa01744db7dc9c6df75895f0 100644
|
| --- a/Source/bindings/tests/idls/SVGTestInterface.idl
|
| +++ b/Source/bindings/tests/idls/SVGTestInterface.idl
|
| @@ -34,6 +34,6 @@
|
| [
|
| DependentLifetime,
|
| ] interface SVGTestInterface {
|
| - [Reflect] attribute DOMString type; // Test SVGNames namespace
|
| + [Reflect] attribute DOMString type; // Test SVGNames namespace
|
| // [Immutable] attribute SVGPoint immutablePoint; // [Immutable] is a nop
|
| };
|
|
|