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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java

Issue 9384013: Remove DartIsolateStubGenerator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java b/compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
index e0af43fccd8e4807929dd4fca70db05a69fffb74..e50e3f8e4a12cdcf8a9b2f09b6cc6eae949cb507 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
@@ -347,10 +347,6 @@ public class ResolutionContext implements ResolutionErrorListener {
context.onError(new DartCompilationError(node, errorCode, arguments));
}
- public boolean shouldWarnOnNoSuchType() {
- return context.shouldWarnOnNoSuchType();
- }
-
class Selector extends DartNodeTraverser<Element> {
@Override
public Element visitNode(DartNode node) {

Powered by Google App Engine
This is Rietveld 408576698