| Index: sky/engine/bindings/core/v8/ScriptWrappable.cpp
|
| diff --git a/sky/engine/bindings/core/v8/ScriptWrappable.cpp b/sky/engine/bindings/core/v8/ScriptWrappable.cpp
|
| index ca0870943f198d172ac6f50265cf398020d43210..2111f8ad5cd8b52f3533150f05b35d5a8da60ffd 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptWrappable.cpp
|
| +++ b/sky/engine/bindings/core/v8/ScriptWrappable.cpp
|
| @@ -10,6 +10,9 @@
|
|
|
| namespace blink {
|
|
|
| +#if COMPILER(MSVC)
|
| +__declspec(align(4))
|
| +#endif
|
| struct SameSizeAsScriptWrappableBase { };
|
|
|
| COMPILE_ASSERT(sizeof(ScriptWrappableBase) <= sizeof(SameSizeAsScriptWrappableBase), ScriptWrappableBase_should_stay_small);
|
|
|