| Index: third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| index 4fdbbc90382c3e517f6170ee1a4041fec2002837..328d068caa5ff16f1c70adcd1dcf5a9d8fb678e4 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| @@ -45,7 +45,6 @@ public:
|
| ExecutionContextTask() { }
|
| virtual ~ExecutionContextTask() { }
|
| virtual void performTask(ExecutionContext*) = 0;
|
| - virtual String taskNameForInstrumentation() const { return String(); }
|
| };
|
|
|
| namespace internal {
|
|
|