diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-09-06 10:29:38 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-09-06 10:29:38 +0200 |
commit | 2f2e7ef88f80afc2ede6c3cc38c3aa307cf6daf6 (patch) | |
tree | 0f3678a1ed688c2f430b1cae5859916790908ac6 /parser/html/nsHtml5TreeBuilder.h | |
parent | cfea706c8482c3069033ff3e5808abcec49546e3 (diff) | |
parent | d57a00b03f13361b49dea010d413740388567ea7 (diff) | |
download | uxp-2f2e7ef88f80afc2ede6c3cc38c3aa307cf6daf6.tar.gz |
Merge branch 'master' into release
Diffstat (limited to 'parser/html/nsHtml5TreeBuilder.h')
-rw-r--r-- | parser/html/nsHtml5TreeBuilder.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/parser/html/nsHtml5TreeBuilder.h b/parser/html/nsHtml5TreeBuilder.h index 67f5010c5d..208402d362 100644 --- a/parser/html/nsHtml5TreeBuilder.h +++ b/parser/html/nsHtml5TreeBuilder.h @@ -1,6 +1,7 @@ /* * Copyright (c) 2007 Henri Sivonen * Copyright (c) 2007-2015 Mozilla Foundation + * Copyright (c) 2019 Moonchild Productions * Portions of comments Copyright 2004-2008 Apple Computer, Inc., Mozilla * Foundation, and Opera Software ASA. * @@ -23,11 +24,6 @@ * DEALINGS IN THE SOFTWARE. */ -/* - * THIS IS A GENERATED FILE. PLEASE DO NOT EDIT. - * Please edit TreeBuilder.java instead and regenerate. - */ - #ifndef nsHtml5TreeBuilder_h #define nsHtml5TreeBuilder_h |