| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h
|
| deleted file mode 100644
|
| index 9c93dc3498f88157de00a292e6fe5067d1f4de89..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef ThreadedWorkletGlobalScopeProxy_h
|
| -#define ThreadedWorkletGlobalScopeProxy_h
|
| -
|
| -#include "core/workers/WorkletGlobalScopeProxy.h"
|
| -
|
| -// TODO(ikilpatrick): remove this file once AudioWorklet is no longer using it.
|
| -
|
| -namespace blink {
|
| -
|
| -class ThreadedWorkletGlobalScopeProxy : public WorkletGlobalScopeProxy {
|
| - public:
|
| - void evaluateScript(const ScriptSourceCode&) final {}
|
| - void terminateWorkletGlobalScope() final {}
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // ThreadedWorkletGlobalScopeProxy_h
|
|
|