| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 7b43059e98e5dfa347e8da67cdddecde9694b845..a7829294ff56f01ada7ecd3cdf33e83dbe953e11 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -4476,7 +4476,8 @@ void Document::sendSensitiveInputVisibilityInternal() {
|
| void Document::runExecutionContextTask(
|
| std::unique_ptr<ExecutionContextTask> task,
|
| bool isInstrumented) {
|
| - probe::AsyncTask asyncTask(this, task.get(), isInstrumented);
|
| + probe::AsyncTask asyncTask(this, task.get());
|
| + asyncTask.setEnabled(isInstrumented);
|
| task->performTask(this);
|
| }
|
|
|
|
|