Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index ddae1ed229314b7623bc110be862f140aed8ed06..c77874007138708490eef2eaabe26e11903245ac 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -1011,7 +1011,7 @@ class V8_EXPORT Script { |
| /** |
| * Runs the script returning the resulting value. It will be run in the |
| * context in which it was created (ScriptCompiler::CompileBound or |
| - * UnboundScript::BindToGlobalContext()). |
| + * UnboundScript::BindToCurrentContext()). |
| */ |
| Local<Value> Run(); |