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

Unified Diff: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 10 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: 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

Powered by Google App Engine
This is Rietveld 408576698