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

Unified Diff: Source/bindings/core/dart/DartScriptDebugListener.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/DartScriptDebugListener.h
diff --git a/Source/bindings/core/dart/DartScriptDebugListener.h b/Source/bindings/core/dart/DartScriptDebugListener.h
index f7c95e59542cc04e3d457b647b41da57ef9abeaf..3bf4b832857002c6b066f44c5fbb5b8af507036a 100644
--- a/Source/bindings/core/dart/DartScriptDebugListener.h
+++ b/Source/bindings/core/dart/DartScriptDebugListener.h
@@ -84,7 +84,7 @@ public:
virtual ~DartScriptDebugListener() { }
virtual void didParseSource(const String& scriptId, const Script&, CompileResult) = 0;
- virtual SkipPauseRequest didPause(DartScriptState*, Dart_StackTrace callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) = 0;
+ virtual SkipPauseRequest didPause(DartScriptState*, Dart_StackTrace callFrames, Dart_Handle exception, const Vector<String>& hitBreakpoints) = 0;
virtual void didContinue() = 0;
};
« no previous file with comments | « Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp ('k') | Source/bindings/core/dart/DartScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698