Index: sdk/lib/io/platform_impl.dart |
diff --git a/sdk/lib/io/platform_impl.dart b/sdk/lib/io/platform_impl.dart |
index d735521904ece9e850111c23fa695245ba284439..3883957ef0d8129db4a47323b5f8ffd7a0038a81 100644 |
--- a/sdk/lib/io/platform_impl.dart |
+++ b/sdk/lib/io/platform_impl.dart |
@@ -48,6 +48,7 @@ class _Platform { |
path.startsWith('https:') || |
path.startsWith('package:') || |
path.startsWith('dart:') || |
+ path.startsWith('data:') || |
path.startsWith('file:')) { |
script = Uri.parse(path); |
} else { |