Bug 528863 - Use _h instead of _h__ in include guards in the HTML5 parser. r=hsivonen

This commit is contained in:
Cykesiopka
2013-08-23 11:07:10 -04:00
parent 1ac74c319c
commit 2b212b7067
43 changed files with 117 additions and 117 deletions

View File

@@ -2,8 +2,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 nsHtml5ByteReadable_h__
#define nsHtml5ByteReadable_h__
#ifndef nsHtml5ByteReadable_h
#define nsHtml5ByteReadable_h
/**
* A weak reference wrapper around a byte array.