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

Unified Diff: pkg/mdns/lib/src/native_protocol_client.dart

Issue 1430433005: Minor fixes to the mDNS package (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 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 | « pkg/mdns/lib/mdns.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdns/lib/src/native_protocol_client.dart
diff --git a/pkg/mdns/lib/src/native_protocol_client.dart b/pkg/mdns/lib/src/native_protocol_client.dart
index 28af6742b713696dd9883d380fbe9bc32a55afca..ffbdd8f5317b25e8c3b7f8f28ce639d53480de79 100644
--- a/pkg/mdns/lib/src/native_protocol_client.dart
+++ b/pkg/mdns/lib/src/native_protocol_client.dart
@@ -132,7 +132,7 @@ class NativeProtocolMDnsClient implements MDnsClient {
}
// Look for entries in the cache.
- List<ResourceRecordCache> cached = <ResourceRecord>[];
+ List<ResourceRecord> cached = <ResourceRecord>[];
cache.lookup(name, type, cached);
if (cached.isNotEmpty) {
StreamController controller = new StreamController();
« no previous file with comments | « pkg/mdns/lib/mdns.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698