Fix Windows bots

BUG=

Review URL: https://codereview.chromium.org/2045243003 .
This commit is contained in:
John McCutchan 2016-06-08 07:20:42 -07:00
parent 3b2e14ab56
commit 8b4ac265c7

View file

@ -115,6 +115,7 @@ class IsolateLoaderState extends IsolateEmbedderData {
Map<String, Uri> _packageMap = null;
_setPackageRoot(String packageRoot) {
packageRoot = _sanitizeWindowsPath(packageRoot);
packageRoot = _enforceTrailingSlash(packageRoot);
if (packageRoot.startsWith('file:') ||
packageRoot.startsWith('http:') ||