Chromium Code Reviews| Index: gin/modules/console.h |
| diff --git a/gin/modules/console.h b/gin/modules/console.h |
| index 8753961dd2b35cf3d002a9782415632f4d8ad929..ff8061ba4a3bda1b1609d49794f6c402efaa07a6 100644 |
| --- a/gin/modules/console.h |
| +++ b/gin/modules/console.h |
| @@ -15,7 +15,7 @@ namespace gin { |
| class GIN_EXPORT Console { |
| public: |
| static const char kModuleName[]; |
| - static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate); |
| + static v8::Local<v8::Value> GetModule(v8::Isolate* isolate); |
| }; |
| } // namespace gin |