blob: 1832f69f7364cdb32562fb560ab477da3fcfd10d [file] [log] [blame]
// Copyright 2021 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 "third_party/blink/renderer/platform/heap/v8_wrapper/custom_spaces.h"
namespace blink {
// static
constexpr cppgc::CustomSpaceIndex HeapVectorBackingSpace::kSpaceIndex;
// static
constexpr cppgc::CustomSpaceIndex HeapHashTableBackingSpace::kSpaceIndex;
// static
constexpr cppgc::CustomSpaceIndex NodeSpace::kSpaceIndex;
// static
constexpr cppgc::CustomSpaceIndex CSSValueSpace::kSpaceIndex;
} // namespace blink