chromium/third_party/blink/renderer/modules/service_worker/testing/internals_service_worker.cc

// Copyright 2014 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/modules/service_worker/testing/internals_service_worker.h"

#include "third_party/blink/renderer/modules/service_worker/service_worker.h"

namespace blink {

ScriptPromise<IDLUndefined> InternalsServiceWorker::terminateServiceWorker(
    ScriptState* script_state,
    Internals& internals,
    ServiceWorker* worker) {}

}  // namespace blink