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

Unified Diff: lib/extension_generator.dart

Issue 68953002: Update the protocol buffer compiler plug-in library to the latest Dart SDK (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Addressed review comments (bumped version) Created 7 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
« no previous file with comments | « Makefile ('k') | lib/file_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/extension_generator.dart
diff --git a/lib/extension_generator.dart b/lib/extension_generator.dart
index e1984769450c186c2eb3f7f2486f35f729b09ca6..e78cd1f39daf0033482310f17cd81dc61cd968d8 100644
--- a/lib/extension_generator.dart
+++ b/lib/extension_generator.dart
@@ -69,7 +69,7 @@ class ExtensionGenerator implements ProtobufContainer {
}
}
- if (field.enum) {
+ if (field.enm) {
if (initializer.isEmpty) {
initializer = ',${SP}null';
}
« no previous file with comments | « Makefile ('k') | lib/file_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698