| Index: Source/web/WebKit.cpp
|
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
|
| index b29de6b6a3f9622346a4453a2f4415126e799eae..f410925653d9dc78149ab5f8366268390820136d 100644
|
| --- a/Source/web/WebKit.cpp
|
| +++ b/Source/web/WebKit.cpp
|
| @@ -70,11 +70,11 @@ namespace {
|
|
|
| class EndOfTaskRunner : public WebThread::TaskObserver {
|
| public:
|
| - virtual void willProcessTask() OVERRIDE
|
| + virtual void willProcessTask() override
|
| {
|
| AnimationClock::notifyTaskStart();
|
| }
|
| - virtual void didProcessTask() OVERRIDE
|
| + virtual void didProcessTask() override
|
| {
|
| Microtask::performCheckpoint();
|
| V8GCController::reportDOMMemoryUsageToV8(mainThreadIsolate());
|
|
|