| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 6a91140a4d04b682b75070c55955e824a209f8b1..d39dca96bba8d5b60f46d0ec2e05f616cf71cd0e 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -1131,12 +1131,6 @@ class V8_EXPORT Message {
|
| Handle<Value> GetScriptResourceName() const;
|
|
|
| /**
|
| - * Returns the resource data for the script from where the function causing
|
| - * the error originates.
|
| - */
|
| - Handle<Value> GetScriptData() const;
|
| -
|
| - /**
|
| * Exception stack trace. By default stack traces are not captured for
|
| * uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows
|
| * to change this option.
|
|
|