chromium/third_party/blink/renderer/platform/bindings/v8_value_or_script_wrappable_adapter.cc

// 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/v8_value_or_script_wrappable_adapter.h"

#include "third_party/blink/renderer/platform/bindings/script_wrappable.h"

namespace blink {
namespace bindings {

v8::Local<v8::Value> V8ValueOrScriptWrappableAdapter::V8Value(
    ScriptState* script_state) const {}

}  // namespace bindings
}  // namespace blink