// 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/core/streams/queuing_strategy_common.h" #include "third_party/blink/renderer/bindings/core/v8/script_value.h" #include "third_party/blink/renderer/bindings/core/v8/v8_queuing_strategy_init.h" #include "third_party/blink/renderer/platform/bindings/script_state.h" namespace blink { ScriptValue GetCachedSizeFunction(ScriptState* script_state, const V8PrivateProperty::SymbolKey& key, SizeFunctionFactory factory) { … } } // namespace blink