| Index: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp
|
| index 805cc73ce41a6ea7f4fd4dc244af28561f6dc8cb..8d755cc371827036c06e797c54ccaad5f21dc1e0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| namespace blink {
|
|
|
| -static_assert(offsetof(struct WrapperTypeInfo, ginEmbedder) ==
|
| +static_assert(offsetof(struct WrapperTypeInfo, gin_embedder) ==
|
| offsetof(struct gin::WrapperInfo, embedder),
|
| "offset of WrapperTypeInfo.ginEmbedder must be the same as "
|
| "gin::WrapperInfo.embedder");
|
|
|