| Index: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java b/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java
|
| index 1a24dac45ed30146108ccb7c7eb8ed9bcc2f6c00..34152a33eb6a67ce6732c3a7b6942085750e1cac 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java
|
| @@ -43,7 +43,7 @@ import java.net.URISyntaxException;
|
| // Stack Trace: 0. Function: '::handleClick' url: 'http://0.0.0.0:3030/webapp/webapp.dart' line:32
|
| // col:3
|
| // 1. Function: 'webapp.function' url: 'http://0.0.0.0:3030/webapp/webapp.dart' line:22 col:18
|
| -// 2. Function: 'EventListenerListImplementation.function' url: 'dart:htmlimpl' line:23126 col:35
|
| +// 2. Function: 'EventListenerListImplementation.function' url: 'dart:html' line:23126 col:35
|
|
|
| /**
|
| * A console pattern match listener that creates hyperlinks in the console for VM and Dartium
|
|
|