blob: 805cc73ce41a6ea7f4fd4dc244af28561f6dc8cb [file] [log] [blame]
// 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, ginEmbedder) ==
offsetof(struct gin::WrapperInfo, embedder),
"offset of WrapperTypeInfo.ginEmbedder must be the same as "
"gin::WrapperInfo.embedder");
} // namespace blink