| Index: Source/web/WebKit.cpp
|
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
|
| index 550f912c27928b046c1cb7782ecaf16bf6cc6341..7878e6cf5da94b19a77222041c2db1a3e020a67c 100644
|
| --- a/Source/web/WebKit.cpp
|
| +++ b/Source/web/WebKit.cpp
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8GCController.h"
|
| #include "bindings/v8/V8Initializer.h"
|
| #include "core/Init.h"
|
| #include "core/animation/AnimationClock.h"
|
| @@ -75,6 +76,7 @@ public:
|
| virtual void didProcessTask() OVERRIDE
|
| {
|
| WebCore::Microtask::performCheckpoint();
|
| + WebCore::V8GCController::reportDOMMemoryUsageToV8(mainThreadIsolate());
|
| }
|
| };
|
|
|
|
|