// Copyright 2019 The Chromium Authors // 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/bindings/dom_data_store.h" namespace blink { DOMDataStore::DOMDataStore(v8::Isolate* isolate, bool can_use_inline_storage) : … { … } void DOMDataStore::Dispose() { … } void DOMDataStore::Trace(Visitor* visitor) const { … } } // namespace blink