| Index: sky/engine/bindings/core/v8/ScriptWrappable.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptWrappable.h b/sky/engine/bindings/core/v8/ScriptWrappable.h
|
| index a9159f5b7651cd27b508f8804b990459bc3c9394..d5e64680fae43e578ea1248ccaefbc1e4e600c71 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptWrappable.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptWrappable.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptWrappable_h
|
| -#define ScriptWrappable_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTWRAPPABLE_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTWRAPPABLE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/WrapperTypeInfo.h"
|
| #include "sky/engine/platform/ScriptForbiddenScope.h"
|
| @@ -252,4 +252,4 @@ private: \
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptWrappable_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTWRAPPABLE_H_
|
|
|