| Index: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index d0225e412ad7a61ba5721b1f5055b7b4deaf27c3..c952dc361426af88bb929ff06d75c2180a160047 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef WrapperTypeInfo_h
|
| #define WrapperTypeInfo_h
|
|
|
| +#include <v8.h>
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "gin/public/wrapper_info.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
| @@ -180,7 +180,7 @@ struct WrapperTypeInfo {
|
| const unsigned wrapperClassId : 2; // WrapperClassId
|
| const unsigned
|
| activeScriptWrappableInheritance : 1; // ActiveScriptWrappableInheritance
|
| - const unsigned lifetime : 1; // Lifetime
|
| + const unsigned lifetime : 1; // Lifetime
|
| };
|
|
|
| template <typename T, int offset>
|
|
|