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

Unified Diff: compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java

Issue 8451002: Tweak shouldWarnOnNoSuchType() usage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/DefaultCompilerConfiguration.java
diff --git a/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java b/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
index a65ddfaa78159be99777cd9a3dc37fef182ac93b..a767ecc1d526e669053175909989361e0ed318c3 100644
--- a/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
+++ b/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
@@ -192,7 +192,7 @@ public class DefaultCompilerConfiguration implements CompilerConfiguration {
@Override
public boolean shouldWarnOnNoSuchType() {
- return compilerOptions.shouldWarnOnNoSuchType();
+ return false;
}
@Override

Powered by Google App Engine
This is Rietveld 408576698