Skip to content

Commit

Permalink
Fix SemanticsUpdate.dispose() native (flutter#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Feb 26, 2018
1 parent c97883d commit 3b4d037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -479,5 +479,5 @@ class SemanticsUpdate extends NativeFieldWrapperClass2 {
///
/// After calling this function, the semantics update is cannot be used
/// further.
void dispose() native 'SemanticsUpdateBuilder_dispose';
void dispose() native 'SemanticsUpdate_dispose';
}

0 comments on commit 3b4d037

Please sign in to comment.