Chromium Code Reviews| Index: Source/core/html/HTMLHeadElement.idl |
| diff --git a/Source/core/html/HTMLHeadElement.idl b/Source/core/html/HTMLHeadElement.idl |
| index 3210f8574416d897959f8b9db9eb2ab4b832546a..5498ca3d1caf9d57be78b1264560260aa663843d 100644 |
| --- a/Source/core/html/HTMLHeadElement.idl |
| +++ b/Source/core/html/HTMLHeadElement.idl |
| @@ -17,5 +17,7 @@ |
| * Boston, MA 02110-1301, USA. |
| */ |
| +// https://html.spec.whatwg.org/#htmlheadelement |
| + |
| interface HTMLHeadElement : HTMLElement { |
| }; |