Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index e59a8ea79ca15cc088988a025394734b9f71d867..e4a8be6aea4f63071d21b633c815f1ac306f23f4 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(); |