Resolve compile warnings in v8_shell.

This commit is contained in:
Oliver Buchtala 2013-01-22 15:54:08 +01:00
commit 22525249f2

View file

@ -149,6 +149,7 @@ bool V8Shell::RunShell() {
bool V8Shell::InitializeEngine() {
return true;
}
void V8Shell::ExtendEngine() {
@ -194,6 +195,7 @@ bool V8Shell::ExecuteScript(const std::string& source, const std::string& name)
}
bool V8Shell::DisposeEngine() {
return true;
}
v8::Persistent<v8::Context> V8Shell::CreateShellContext() {