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

Unified Diff: lib/src/pause_event.dart

Issue 1929063002: pkg/vm_service_client: add getSourceReport to VMServiceReference (Closed) Base URL: https://github.com/dart-lang/vm_service_client.git@master
Patch Set: nits Created 4 years, 7 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
« no previous file with comments | « lib/src/isolate.dart ('k') | lib/src/script.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/pause_event.dart
diff --git a/lib/src/pause_event.dart b/lib/src/pause_event.dart
index e99017cac95a3483f6265f85bd8a56580181852b..518e50fdf5892dcef204bb413fcf1994c06d8afb 100644
--- a/lib/src/pause_event.dart
+++ b/lib/src/pause_event.dart
@@ -92,7 +92,6 @@ class VMPauseInterruptedEvent extends VMPauseEvent {
}
/// An event indicating that an isolate was paused due to an exception.
-/// An event indicating that an isolate was paused due to an exception.
class VMPauseExceptionEvent extends VMPauseEvent {
/// The exception that caused the isolate to become paused.
final VMInstanceRef exception;
« no previous file with comments | « lib/src/isolate.dart ('k') | lib/src/script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698