Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: Source/bindings/core/dart/DartInspectorDebuggerAgent.h

Issue 1656913004: Fix all remaining link and compile errors building dartium 45 both in Release and Debug. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « Source/bindings/core/dart/DartInspectorConsoleMessage.cpp ('k') | Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698