| Index: third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h
|
| deleted file mode 100644
|
| index a4672b631bd77060a29bcf7e4a223ade62906c67..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -// Copyright 2015 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 V8JavaScriptCallFrame_h
|
| -#define V8JavaScriptCallFrame_h
|
| -
|
| -#include "platform/inspector_protocol/Allocator.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include <v8.h>
|
| -
|
| -namespace blink {
|
| -
|
| -class JavaScriptCallFrame;
|
| -class V8DebuggerClient;
|
| -
|
| -class V8JavaScriptCallFrame {
|
| -public:
|
| - static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
|
| - static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassOwnPtr<JavaScriptCallFrame>);
|
| - static JavaScriptCallFrame* unwrap(v8::Local<v8::Context>, v8::Local<v8::Object>);
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // V8JavaScriptCallFrame_h
|
|
|