| Index: gin/modules/timer.h
|
| diff --git a/gin/modules/timer.h b/gin/modules/timer.h
|
| index c39e1310c69fcffa7764cb6468f198819db30711..e2bed2e56fbee24cbed89949c97a9e0f6630be7b 100644
|
| --- a/gin/modules/timer.h
|
| +++ b/gin/modules/timer.h
|
| @@ -46,6 +46,7 @@ class GIN_EXPORT Timer : public Wrappable<Timer> {
|
|
|
| class GIN_EXPORT TimerModule : public Wrappable<TimerModule> {
|
| public:
|
| + static const char kName[];
|
| static WrapperInfo kWrapperInfo;
|
| static Handle<TimerModule> Create(v8::Isolate* isolate);
|
| static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
|
|
|