summaryrefslogtreecommitdiffstats
path: root/gin/shell_runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'gin/shell_runner.h')
-rw-r--r--gin/shell_runner.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gin/shell_runner.h b/gin/shell_runner.h
index 645bc8e..ca88a5d 100644
--- a/gin/shell_runner.h
+++ b/gin/shell_runner.h
@@ -44,12 +44,12 @@ class GIN_EXPORT ShellRunner : public Runner {
// Runner overrides:
virtual void Run(const std::string& source,
- const std::string& resource_name) OVERRIDE;
+ const std::string& resource_name) override;
virtual v8::Handle<v8::Value> Call(v8::Handle<v8::Function> function,
v8::Handle<v8::Value> receiver,
int argc,
- v8::Handle<v8::Value> argv[]) OVERRIDE;
- virtual ContextHolder* GetContextHolder() OVERRIDE;
+ v8::Handle<v8::Value> argv[]) override;
+ virtual ContextHolder* GetContextHolder() override;
private:
friend class Scope;