summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
diff options
context:
space:
mode:
authorkozyatinskiy <kozyatinskiy@chromium.org>2016-03-25 12:20:37 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-25 19:22:06 +0000
commit559a35b9574ea1e17b2d6ccc5bc4f0cc955bb570 (patch)
treeccfc17a6243135bcb66e0220352e58544e912d81 /third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
parentc1f6d44ec2dcadd4dccc13a7ee4d1f139191ff9b (diff)
downloadchromium_src-559a35b9574ea1e17b2d6ccc5bc4f0cc955bb570.zip
chromium_src-559a35b9574ea1e17b2d6ccc5bc4f0cc955bb570.tar.gz
chromium_src-559a35b9574ea1e17b2d6ccc5bc4f0cc955bb570.tar.bz2
[DevTools] Remove promise inspector experiment
We decided to remove this experiment because it doesn't really help in most scenarios. We should instead polish async stacks and finish async stepping to make debugging of promises and any other async code easy. BUG=526811,348919,587850 R=dgozman@chromium.org,pfeldman@chromium.org Review URL: https://codereview.chromium.org/1827993002 Cr-Commit-Position: refs/heads/master@{#383328}
Diffstat (limited to 'third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h')
-rw-r--r--third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
index 6176979..83213ec 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
@@ -137,7 +137,6 @@ private:
v8::Local<v8::String> v8InternalizedString(const char*) const;
void handleV8AsyncTaskEvent(V8DebuggerAgentImpl*, v8::Local<v8::Context>, v8::Local<v8::Object> executionState, v8::Local<v8::Object> eventData);
- void handleV8PromiseEvent(V8DebuggerAgentImpl*, v8::Local<v8::Context>, v8::Local<v8::Object> executionState, v8::Local<v8::Object> eventData);
v8::Isolate* m_isolate;
V8DebuggerClient* m_client;