| Index: Source/web/WebKit.cpp
|
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
|
| index 20d46b142af65a7a0af47ea59de1706c38c91ce0..eebcc00082e983981d1a598db54ea34d5db7447a 100644
|
| --- a/Source/web/WebKit.cpp
|
| +++ b/Source/web/WebKit.cpp
|
| @@ -39,8 +39,9 @@
|
| #include "bindings/v8/V8RecursionScope.h"
|
| #include "core/Init.h"
|
| #include "core/dom/Microtask.h"
|
| -#include "core/page/Page.h"
|
| #include "core/frame/Settings.h"
|
| +#include "core/html/StableState.h"
|
| +#include "core/page/Page.h"
|
| #include "core/workers/WorkerGlobalScopeProxy.h"
|
| #include "heap/Heap.h"
|
| #include "heap/glue/MessageLoopInterruptor.h"
|
| @@ -70,6 +71,7 @@ public:
|
| virtual void didProcessTask()
|
| {
|
| WebCore::Microtask::performCheckpoint();
|
| + WebCore::StableState::provide();
|
| }
|
| };
|
|
|
|
|