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

Unified Diff: compiler/java/com/google/dart/compiler/common/HasSourceInfo.java

Issue 9692002: Step back and remove more getNode() invocations (Closed) Base URL: https://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/java/com/google/dart/compiler/common/HasSourceInfo.java
diff --git a/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java b/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
index 105aa68e1f5600d27f0e50e5f95837d52f5b3b1f..a09552c7e05b92fac84ae4875d9ec8450d8b379b 100644
--- a/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
+++ b/compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
@@ -14,9 +14,4 @@ public interface HasSourceInfo {
* but not <code>null</code>.
*/
SourceInfo getSourceInfo();
-
- /**
- * Set the {@link SourceInfo} associated with this object. May only be called only once.
- */
- void setSourceInfo(SourceInfo info);
}

Powered by Google App Engine
This is Rietveld 408576698