| Index: sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptFunctionCall.h b/sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| index 637c5066f4825a0b524761000bccb6c18c9cff74..40ee20e49ebf7f1a01310a9e9f45d2b0cce8b9de 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptFunctionCall.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ScriptFunctionCall_h
|
| -#define ScriptFunctionCall_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTFUNCTIONCALL_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTFUNCTIONCALL_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptValue.h"
|
|
|
| @@ -74,4 +74,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptFunctionCall
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTFUNCTIONCALL_H_
|
|
|