Chromium Code Reviews| 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 8c6139ebbb9750c578dc9379eb2143f44722ee0d..940b6ac27c044b54ac6f250f9000fbddfdbdb43b 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp |
| +++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp |
| @@ -8,7 +8,7 @@ |
| namespace blink { |
| -static_assert(offsetof(struct WrapperTypeInfo, ginEmbedder) == |
| +static_assert(offsetof(struct WrapperTypeInfo, gin_embedder) == |
|
Łukasz Anforowicz
2017/01/04 22:11:24
This probably didn't get rewritten because of |off
|
| offsetof(struct gin::WrapperInfo, embedder), |
| "offset of WrapperTypeInfo.ginEmbedder must be the same as " |
| "gin::WrapperInfo.embedder"); |