Try again to fix the bots (TBR)

Review-Url: https://codereview.chromium.org/2926173002 .
This commit is contained in:
Brian Wilkerson 2017-06-07 13:15:39 -07:00
parent 3d93355187
commit 0d315af354

View file

@ -82,6 +82,9 @@ class Required {
}
Source addSource(String path, String content, [Uri uri]) {
if (path.startsWith('/')) {
path = provider.convertPath(path);
}
driver.addFile(path);
driver.changeFile(path);
_fileContentOverlay[path] = content;