Chromium Code Reviews| Index: Source/core/dom/DOMError.idl |
| diff --git a/Source/core/dom/DOMError.idl b/Source/core/dom/DOMError.idl |
| index 83522fa00530875a33fddb5d9decabfd19330297..b2ea60f4821900f79a79684c113186cc55d84c15 100644 |
| --- a/Source/core/dom/DOMError.idl |
| +++ b/Source/core/dom/DOMError.idl |
| @@ -27,7 +27,7 @@ |
| */ |
| [ |
| NoInterfaceObject |
| -] interface DOMError { |
| +] interface DOMError { |
| readonly attribute DOMString name; |
| readonly attribute DOMString message; |
| }; |