Author: whessev8
Date: Fri Nov  7 01:55:57 2008
New Revision: 710

Modified:
    branches/bleeding_edge/include/v8-debug.h

Log:
Fix typo and remove undefined, unused API function from include/v8-debug.h
Review URL: http://codereview.chromium.org/9504

Modified: branches/bleeding_edge/include/v8-debug.h
==============================================================================
--- branches/bleeding_edge/include/v8-debug.h   (original)
+++ branches/bleeding_edge/include/v8-debug.h   Fri Nov  7 01:55:57 2008
@@ -82,8 +82,8 @@
  /**
   * Debug event callback function.
   *
- * \param event the debug event from which occoured (from the DebugEvent
- *              enumeration)
+ * \param event the type of the debug event that triggered the callback
+ *   (enum DebugEvent)
   * \param exec_state execution state (JavaScript object)
   * \param event_data event specific data (JavaScript object)
   * \param data value passed by the user to AddDebugEventListener
@@ -121,9 +121,6 @@

    // Remove a JavaScript debug event listener.
    static void RemoveDebugEventListener(v8::Handle<v8::Function> that);
-
-  // Generate a stack dump.
-  static void StackDump();

    // Break execution of JavaScript.
    static void DebugBreak();

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to