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

Unified Diff: sky/sdk/lib/widgets/basic.dart

Issue 1194583002: Cleaned up a few analyzer warnings (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/sdk/lib/widgets/basic.dart
diff --git a/sky/sdk/lib/widgets/basic.dart b/sky/sdk/lib/widgets/basic.dart
index c7c22c1682340bda58dc61b9505026db2fa31527..89d2d57c2be08237531a988eef1933d1df96682c 100644
--- a/sky/sdk/lib/widgets/basic.dart
+++ b/sky/sdk/lib/widgets/basic.dart
@@ -419,7 +419,7 @@ class WidgetToRenderBoxAdapter extends RenderObjectWrapper {
super.syncRenderObject(old);
if (old != null) {
assert(old is WidgetToRenderBoxAdapter);
- assert(root == old.renderBox);
+ assert(root == old.root);
}
}

Powered by Google App Engine
This is Rietveld 408576698