Index: Source/bindings/core/dart/DartInspectorDebuggerAgent.h |
diff --git a/Source/bindings/core/dart/DartInspectorDebuggerAgent.h b/Source/bindings/core/dart/DartInspectorDebuggerAgent.h |
index 02462d4dcdeace1eff7f53b9be502efaba4e849f..6ce59f197358ec488f23e5ee17fb2c50e6722f67 100644 |
--- a/Source/bindings/core/dart/DartInspectorDebuggerAgent.h |
+++ b/Source/bindings/core/dart/DartInspectorDebuggerAgent.h |
@@ -180,7 +180,7 @@ protected: |
virtual void enable(); |
virtual void disable(); |
- virtual SkipPauseRequest didPause(DartScriptState*, Dart_StackTrace callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints); |
+ virtual SkipPauseRequest didPause(DartScriptState*, Dart_StackTrace callFrames, Dart_Handle exception, const Vector<String>& hitBreakpoints); |
virtual void didContinue(); |
protected: |