Bug 528863 - Use _h instead of _h__ in include guards in the HTML5 parser. r=hsivonen
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_HTML5_PARSER__
|
||||
#define NS_HTML5_PARSER__
|
||||
#ifndef NS_HTML5_PARSER
|
||||
#define NS_HTML5_PARSER
|
||||
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsIParser.h"
|
||||
|
||||
Reference in New Issue
Block a user