| Index: sky/engine/core/dom/NodeWithIndex.h
|
| diff --git a/sky/engine/core/dom/NodeWithIndex.h b/sky/engine/core/dom/NodeWithIndex.h
|
| index fd23fd586f6ff5306ba745d02922a0e85f86838f..199a70cdf937cb57ad257003825bb8578775064a 100644
|
| --- a/sky/engine/core/dom/NodeWithIndex.h
|
| +++ b/sky/engine/core/dom/NodeWithIndex.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef NodeWithIndex_h
|
| -#define NodeWithIndex_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_NODEWITHINDEX_H_
|
| +#define SKY_ENGINE_CORE_DOM_NODEWITHINDEX_H_
|
|
|
| #include "sky/engine/core/dom/Node.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -62,4 +62,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_NODEWITHINDEX_H_
|
|
|