Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
index b885df213c61b6cde96d2a9c4e70834b513c1584..e2681cea7cfbd41d44761944e072498eaa8b0bf9 100644
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
@@ -52,11 +52,6 @@ bool ThreadDebugger::formatAccessorsAsProperties(v8::Local<v8::Value> value)
return V8DOMWrapper::isWrapper(m_isolate, value);
}
-bool ThreadDebugger::hasRecursionLevel()
-{
- return !!v8::MicrotasksScope::GetCurrentDepth(m_isolate);
-}
-
bool ThreadDebugger::isExecutionAllowed()
{
return !ScriptForbiddenScope::isScriptForbidden();
« no previous file with comments | « third_party/WebKit/Source/core/inspector/ThreadDebugger.h ('k') | third_party/WebKit/Source/core/loader/ImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698