| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index 9bb01f9b26686bde129f0a3bea1253756feed1b7..8a9ff9e0702187253872d79dfdd945c37b9820db 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -145,7 +145,7 @@ void DOMTimer::fired() {
|
| probe::UserCallback probe(context,
|
| repeatInterval() ? "setInterval" : "setTimeout",
|
| AtomicString(), true);
|
| - probe::AsyncTask asyncTask(context, this, "timerFired");
|
| + probe::AsyncTask asyncTask(context, this);
|
|
|
| // Simple case for non-one-shot timers.
|
| if (isActive()) {
|
|
|