| Index: sky/engine/core/dom/DOMError.h
|
| diff --git a/sky/engine/core/dom/DOMError.h b/sky/engine/core/dom/DOMError.h
|
| index e3f4ef3cc2320a0b7d9f6691e78a0d2d16d2f97b..de0e1c7d61e04fef3935b346173f73aa2720e009 100644
|
| --- a/sky/engine/core/dom/DOMError.h
|
| +++ b/sky/engine/core/dom/DOMError.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DOMError_h
|
| -#define DOMError_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOMERROR_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOMERROR_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/dom/DOMException.h"
|
| @@ -72,4 +72,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DOMError_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOMERROR_H_
|
|
|