Chromium Code Reviews| Index: Source/core/html/HTMLElement.idl |
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
| index b2e509c146f0c07add6b471d2d4342238dca930c..8bcdc4b4a1f48ccfe92450322684109d7f97ea23 100644 |
| --- a/Source/core/html/HTMLElement.idl |
| +++ b/Source/core/html/HTMLElement.idl |
| @@ -19,7 +19,7 @@ |
| */ |
| [ |
| - CustomToV8, |
| + CustomToV8 |
| ] interface HTMLElement : Element { |
| // iht.com relies on id returning the empty string when no id is present. |
| // Other browsers do this as well. So we don't convert null to JS null. |