Index: chrome/renderer/module_system.h |
diff --git a/chrome/renderer/module_system.h b/chrome/renderer/module_system.h |
index 056b7bb10d6c3927014a05c5a7149690b5df9e4c..c18a6ffc1d9dcf66eeb55ef0b75ee560922cfbe2 100644 |
--- a/chrome/renderer/module_system.h |
+++ b/chrome/renderer/module_system.h |
@@ -57,8 +57,8 @@ class ModuleSystem : public NativeHandler { |
// Returns true if the current context has a ModuleSystem installed in it. |
static bool IsPresentInCurrentContext(); |
- // Dumps the given exception message to LOG(ERROR). |
- static void DumpException(v8::Handle<v8::Message> message); |
+ // Dumps the debug info from |try_catch| to LOG(ERROR). |
+ static void DumpException(const v8::TryCatch& try_catch); |
// Require the specified module. This is the equivalent of calling |
// require('module_name') from the loaded JS files. |