Reviewers: Sven Panne,

Description:
Remove Message::GetScriptData declaration

This is a left-over after r20683

BUG=None

Please review this at https://codereview.chromium.org/266983003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -6 lines):
  M include/v8.h


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.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to