Index: third_party/WebKit/Source/core/dom/Microtask.h |
diff --git a/third_party/WebKit/Source/core/dom/Microtask.h b/third_party/WebKit/Source/core/dom/Microtask.h |
index 688b6061a34f43b6d5eafd314c7e02ebd4fe7ae6..82ac7d1af40a8a1e8a64b926842e98a1d836dd8c 100644 |
--- a/third_party/WebKit/Source/core/dom/Microtask.h |
+++ b/third_party/WebKit/Source/core/dom/Microtask.h |
@@ -50,7 +50,7 @@ public: |
// executed in. Until then, all microtasks have to keep track of their |
// ScriptState themselves. |
static void enqueueMicrotask(PassOwnPtr<WebTaskRunner::Task>); |
- static void enqueueMicrotask(PassOwnPtr<Closure>); |
+ static void enqueueMicrotask(PassOwnPtr<SameThreadClosure>); |
}; |
} // namespace blink |