// Copyright 2021 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/dictionary_base.h" #include "third_party/blink/renderer/platform/bindings/script_state.h" #include "third_party/blink/renderer/platform/bindings/v8_per_isolate_data.h" #include "v8/include/v8-object.h" namespace blink { namespace bindings { v8::Local<v8::Value> DictionaryBase::ToV8(ScriptState* script_state) const { … } } // namespace bindings } // namespace blink