| Index: sky/engine/bindings/templates/dictionary_v8.h
|
| diff --git a/sky/engine/bindings/templates/dictionary_v8.h b/sky/engine/bindings/templates/dictionary_v8.h
|
| index 5ef373967862c4bcbc73c95be949b575710a454e..1482b81701e3e0d3269d9e9fe01d7fb8b03fe912 100644
|
| --- a/sky/engine/bindings/templates/dictionary_v8.h
|
| +++ b/sky/engine/bindings/templates/dictionary_v8.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // This file has been auto-generated by {{code_generator}}. DO NOT MODIFY!
|
|
|
| -#ifndef {{v8_class}}_h
|
| -#define {{v8_class}}_h
|
| +#ifndef SKY_ENGINE_BINDINGS_TEMPLATES_DICTIONARY_V8_H_
|
| +#define SKY_ENGINE_BINDINGS_TEMPLATES_DICTIONARY_V8_H_
|
|
|
| {% for filename in header_includes %}
|
| #include "{{filename}}"
|
| @@ -28,4 +28,4 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}* im
|
|
|
| } // namespace blink
|
|
|
| -#endif // {{v8_class}}_h
|
| +#endif // SKY_ENGINE_BINDINGS_TEMPLATES_DICTIONARY_V8_H_
|
|
|