Chromium Code Reviews| Index: Source/web/WebKit.cpp |
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp |
| index c2d1c7dfb77d28274624e80b8baf07ff2eea4b01..7432631a177778ff3440dc3b04bde482cfe49dde 100644 |
| --- a/Source/web/WebKit.cpp |
| +++ b/Source/web/WebKit.cpp |
| @@ -69,7 +69,7 @@ public: |
| virtual void willProcessTask() { } |
| virtual void didProcessTask() |
| { |
| - WebCore::Microtask::performCheckpoint(); |
| + WebCore::Microtask::performMicrotaskCheckpoint(); |
| } |
| }; |