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

Unified Diff: plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java

Issue 7398023: Redesign UI for accurateness property of file (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 9 years, 5 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: plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
diff --git a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
index 8bdefbbb75e2746ac6d120e2092f4a54ddaaa362..0d00d00253a16fd919d6f4e3b51c01b56489a010 100644
--- a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
+++ b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
@@ -26,7 +26,7 @@ public class ScriptTargetMapping {
/**
* Set of VmResource's that the file gets mapped to. Must be non-empty. Several resources
- * are only possible in inaccurate source lookup mode.
+ * are only possible in 'auto-detect' source lookup mode.
*/
private final Collection<? extends VmResource> vmResources;

Powered by Google App Engine
This is Rietveld 408576698