| Index: sky/engine/bindings/core/v8/custom/V8DataViewCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8DataViewCustom.h b/sky/engine/bindings/core/v8/custom/V8DataViewCustom.h
|
| index 7bf1aeff41e399bbaea4f294af5d6864f1b12bce..d0cfb74cd5721bc42cb371c431a2342517d55372 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8DataViewCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8DataViewCustom.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8DataViewCustom_h
|
| -#define V8DataViewCustom_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8DATAVIEWCUSTOM_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8DATAVIEWCUSTOM_H_
|
|
|
| #include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "sky/engine/core/html/canvas/DataView.h"
|
| @@ -112,4 +112,4 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView>
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8DATAVIEWCUSTOM_H_
|
|
|