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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/inc/MemoryLibrarySource.java

Issue 9677062: Step 1: Introduce a new method for source objects that will replace the current getUri (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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: compiler/javatests/com/google/dart/compiler/end2end/inc/MemoryLibrarySource.java
===================================================================
--- compiler/javatests/com/google/dart/compiler/end2end/inc/MemoryLibrarySource.java (revision 5427)
+++ compiler/javatests/com/google/dart/compiler/end2end/inc/MemoryLibrarySource.java (working copy)
@@ -41,6 +41,11 @@
}
@Override
+ public String getUniqueIdentifier() {
+ return libName;
+ }
+
+ @Override
public URI getUri() {
return URI.create(libName);
}

Powered by Google App Engine
This is Rietveld 408576698