| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 61dd3a6a915092f4061ecd9964eb2e40b1e0a43a..276e0721eba2bca957d6e31043d730f1558b7f62 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -1604,8 +1604,7 @@ class V8_EXPORT StackFrame {
|
| /**
|
| * Returns the name of the resource that contains the script for the
|
| * function for this StackFrame or sourceURL value if the script name
|
| - * is undefined and its source ends with //# sourceURL=... string or
|
| - * deprecated //@ sourceURL=... string.
|
| + * is undefined and its source ends with //# sourceURL=... string.
|
| */
|
| Local<String> GetScriptNameOrSourceURL() const;
|
|
|
|
|