Index: Source/core/inspector/JavaScriptCallFrame.h |
diff --git a/Source/core/inspector/JavaScriptCallFrame.h b/Source/core/inspector/JavaScriptCallFrame.h |
index 2e34084410b375787ec75bd91569df20f8bfcc0d..f8706e35afaf66d2e699eba4644fc47156c781d2 100644 |
--- a/Source/core/inspector/JavaScriptCallFrame.h |
+++ b/Source/core/inspector/JavaScriptCallFrame.h |
@@ -72,7 +72,7 @@ public: |
v8::Handle<v8::Value> restart(); |
ScriptValue setVariableValue(ScriptState*, int scopeNumber, const String& variableName, const ScriptValue& newValue); |
- static v8::Handle<v8::Object> createExceptionDetails(v8::Handle<v8::Message>, v8::Isolate*); |
+ static v8::Handle<v8::Object> createExceptionDetails(v8::Isolate*, v8::Handle<v8::Message>); |
private: |
JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame); |