| 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
|
| deleted file mode 100644
|
| index 8d755cc371827036c06e797c54ccaad5f21dc1e0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "bindings/core/v8/WrapperTypeInfo.h"
|
| -
|
| -namespace blink {
|
| -
|
| -static_assert(offsetof(struct WrapperTypeInfo, gin_embedder) ==
|
| - offsetof(struct gin::WrapperInfo, embedder),
|
| - "offset of WrapperTypeInfo.ginEmbedder must be the same as "
|
| - "gin::WrapperInfo.embedder");
|
| -
|
| -} // namespace blink
|
|
|