Chromium Code Reviews| Index: pkg/source_maps/lib/parser.dart |
| diff --git a/pkg/source_maps/lib/parser.dart b/pkg/source_maps/lib/parser.dart |
| index d67a65e58531a42da02762b5b64377ce37c50460..369c27d0ad7a0cc8fa0f557cfa893cba17aaf290 100644 |
| --- a/pkg/source_maps/lib/parser.dart |
| +++ b/pkg/source_maps/lib/parser.dart |
| @@ -31,10 +31,6 @@ Mapping parseJson(Map map, {Map<String, Map> otherMaps}) { |
| 'Only version 3 is supported.'); |
| } |
| - if (!map.containsKey('file')) { |
|
Siggi Cherem (dart-lang)
2014/12/04 00:12:23
oh cool - it seems they made it optional about a y
|
| - print('warning: missing "file" entry in source map'); |
| - } |
| - |
| if (map.containsKey('sections')) { |
| if (map.containsKey('mappings') || map.containsKey('sources') || |
| map.containsKey('names')) { |