Index: lib/compiler/implementation/js_backend/backend.dart |
diff --git a/lib/compiler/implementation/js_backend/backend.dart b/lib/compiler/implementation/js_backend/backend.dart |
index 102c42d45c27cb2a60e0e382c8cd16708305eb5b..14ed2a9d52c3bd8d10a87f7fc091c154f00c09cb 100644 |
--- a/lib/compiler/implementation/js_backend/backend.dart |
+++ b/lib/compiler/implementation/js_backend/backend.dart |
@@ -438,7 +438,7 @@ class JavaScriptBackend extends Backend { |
argumentTypes = new ArgumentTypesRegistry(this); |
} |
- Element get cyclicThrowHelper() { |
+ Element get cyclicThrowHelper { |
return compiler.findHelper(const SourceString("throwCyclicInit")); |
} |