| Index: src/libplatform/default-platform.h
|
| diff --git a/src/libplatform/default-platform.h b/src/libplatform/default-platform.h
|
| index 552949826a4ea105364ea2b33d6f482d71ffaa89..21ba9bda4caea9c4d58062a2f4f8afe1cded472d 100644
|
| --- a/src/libplatform/default-platform.h
|
| +++ b/src/libplatform/default-platform.h
|
| @@ -37,7 +37,7 @@ class DefaultPlatform : public Platform {
|
| Task* task, ExpectedRuntime expected_runtime) OVERRIDE;
|
| virtual void CallOnForegroundThread(v8::Isolate* isolate,
|
| Task* task) OVERRIDE;
|
| - virtual double MonotonicallyIncreasingTime() OVERRIDE;
|
| + double MonotonicallyIncreasingTime() OVERRIDE;
|
|
|
| private:
|
| static const int kMaxThreadPoolSize;
|
|
|