Chromium Code Reviews| Index: Source/core/dom/Element.idl |
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
| index 14f95e7945abc197611229b254095e6099df5d8f..325f36ecfc2243215a6f9463bfd520b91fda8d66 100644 |
| --- a/Source/core/dom/Element.idl |
| +++ b/Source/core/dom/Element.idl |
| @@ -19,7 +19,7 @@ |
| */ |
| [ |
| - SpecialWrapFor=HTMLElement|SVGElement, |
| + SpecialWrapFor=(HTMLElement,SVGElement), |
| ] interface Element : Node { |
| // DOM Level 1 Core |