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

Unified Diff: lib/src/codegen/js_field_storage.dart

Issue 1245013002: some fixes for --strong warnings (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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: lib/src/codegen/js_field_storage.dart
diff --git a/lib/src/codegen/js_field_storage.dart b/lib/src/codegen/js_field_storage.dart
index 3a0833e413f505eca3643c13ddb8fdcfae79d0fc..f280c98c5f6dc57f4176b6cacecce35a20af91cd 100644
--- a/lib/src/codegen/js_field_storage.dart
+++ b/lib/src/codegen/js_field_storage.dart
@@ -56,7 +56,7 @@ void checkForPropertyOverride(FieldElement field,
if (found) overrides.add(field);
}
-PropertyInducingElement getProperty(
+FieldElement getProperty(
ClassElement cls, LibraryElement fromLibrary, String name) {
// Properties from a different library are not accessible.
if (Identifier.isPrivateName(name) && cls.library != fromLibrary) {

Powered by Google App Engine
This is Rietveld 408576698