| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| index f32d0e536a4994fb7c75f2202689987abfd3d5fd..dff99a2e436acb9064e2c52a073e4b3d70aaee93 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| @@ -13,6 +13,8 @@
|
|
|
| namespace blink {
|
|
|
| +class V8StackTrace;
|
| +
|
| class PLATFORM_EXPORT V8DebuggerClient {
|
| public:
|
| virtual ~V8DebuggerClient() { }
|
|
|