Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/UrlSource.java |
| =================================================================== |
| --- compiler/java/com/google/dart/compiler/UrlSource.java (revision 4151) |
| +++ compiler/java/com/google/dart/compiler/UrlSource.java (working copy) |
| @@ -116,10 +116,6 @@ |
| @Override |
| public URI getUri() { |
| - return uri; |
|
scheglov
2012/02/15 14:56:40
Do we still need "uri" field?
|
| - } |
| - |
| - protected URI getAbsoluteUri() { |
| return absoluteUri; |
| } |