| Index: sky/engine/bindings/core/v8/Dictionary.h
|
| diff --git a/sky/engine/bindings/core/v8/Dictionary.h b/sky/engine/bindings/core/v8/Dictionary.h
|
| index 1dfb415cb450515057a79ea9e50de01615638736..abb39609191a56744c05fef0c3c8aef1765bf21b 100644
|
| --- a/sky/engine/bindings/core/v8/Dictionary.h
|
| +++ b/sky/engine/bindings/core/v8/Dictionary.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Dictionary_h
|
| -#define Dictionary_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_DICTIONARY_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_DICTIONARY_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ExceptionMessages.h"
|
| #include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| @@ -167,4 +167,4 @@ struct DictionaryHelper {
|
|
|
| }
|
|
|
| -#endif // Dictionary_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_DICTIONARY_H_
|
|
|