Index: chrome/renderer/module_system.h |
=================================================================== |
--- chrome/renderer/module_system.h (revision 146077) |
+++ chrome/renderer/module_system.h (working copy) |
@@ -58,8 +58,8 @@ |
// Returns true if the current context has a ModuleSystem installed in it. |
static bool IsPresentInCurrentContext(); |
- // Dumps the debug info from |try_catch| to LOG(ERROR). |
- static void DumpException(const v8::TryCatch& try_catch); |
+ // Dumps the given exception message to LOG(ERROR). |
+ static void DumpException(v8::Handle<v8::Message> message); |
// Require the specified module. This is the equivalent of calling |
// require('module_name') from the loaded JS files. |