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

Unified Diff: third_party/WebKit/Source/core/probe/CoreProbes.h

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: added a test Created 3 years, 7 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/probe/CoreProbes.h
diff --git a/third_party/WebKit/Source/core/probe/CoreProbes.h b/third_party/WebKit/Source/core/probe/CoreProbes.h
index 6a7e26f0c6d90a7553d365d4b39880d38049138c..6fd0fa71dc8bfbe1664f55a6bea64b4b982aa124 100644
--- a/third_party/WebKit/Source/core/probe/CoreProbes.h
+++ b/third_party/WebKit/Source/core/probe/CoreProbes.h
@@ -55,7 +55,8 @@ class CORE_EXPORT AsyncTask {
AsyncTask(ExecutionContext*,
void* task,
const char* step = nullptr,
- bool enabled = true);
+ bool enabled = true,
+ bool optional = false);
~AsyncTask();
private:

Powered by Google App Engine
This is Rietveld 408576698