| Index: samples/third_party/dromaeo/generate_dart2js_tests.py
|
| diff --git a/samples/third_party/dromaeo/generate_dart2js_tests.py b/samples/third_party/dromaeo/generate_dart2js_tests.py
|
| index 1c33f9d35b8b248bdb5738ab0e8e6e691966c17a..261c0a65fa7271254f98622b886fb882f43570bc 100755
|
| --- a/samples/third_party/dromaeo/generate_dart2js_tests.py
|
| +++ b/samples/third_party/dromaeo/generate_dart2js_tests.py
|
| @@ -48,7 +48,7 @@ def HtmlConvert(infile, compiler):
|
| else:
|
| raise 'Illegal input: ' + infile
|
|
|
| - pattern = r'<script type="application/dart" src="([\w-]+).dart">'
|
| + pattern = r'<script type="application/dart" src="([\w-]+).dart" defer>'
|
| infile = open(tail, 'r')
|
| outfilename = os.path.join(outdir, tail.replace('.html', '-js.html'))
|
| outfile = open(outfilename, 'w')
|
|
|