Chromium Code Reviews| Index: Source/web/WebKit.cpp |
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp |
| index f410925653d9dc78149ab5f8366268390820136d..eb629d06338d4382a58b4af0b20595cf6b897b5d 100644 |
| --- a/Source/web/WebKit.cpp |
| +++ b/Source/web/WebKit.cpp |
| @@ -78,6 +78,7 @@ public: |
| { |
| Microtask::performCheckpoint(); |
| V8GCController::reportDOMMemoryUsageToV8(mainThreadIsolate()); |
| + V8Initializer::reportRejectedPromises(); |
| } |
| }; |