| Index: src/libplatform/default-platform.h
|
| diff --git a/src/libplatform/default-platform.h b/src/libplatform/default-platform.h
|
| index 1efd7b24fe8807275ba3a357795a21837e6179fc..552949826a4ea105364ea2b33d6f482d71ffaa89 100644
|
| --- a/src/libplatform/default-platform.h
|
| +++ b/src/libplatform/default-platform.h
|
| @@ -37,6 +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;
|
|
|
| private:
|
| static const int kMaxThreadPoolSize;
|
|
|