| Index: samples/isolate_html/isolate_sample.dart
|
| diff --git a/samples/isolate_html/isolate_sample.dart b/samples/isolate_html/isolate_sample.dart
|
| index 354faa778a434b386ad7b9ebf2fbe6ee08ac8489..7285272c0e7be11c1fe5b1d2e86187d5c54f1cf8 100644
|
| --- a/samples/isolate_html/isolate_sample.dart
|
| +++ b/samples/isolate_html/isolate_sample.dart
|
| @@ -2,11 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library('isolate_sample');
|
| +library isolate_sample;
|
|
|
| -#import('dart:html');
|
| -#import('dart:isolate');
|
| -#import('dart:math');
|
| +import 'dart:html';
|
| +import 'dart:isolate';
|
| +import 'dart:math';
|
|
|
| /*
|
| * This is a simple sample application showing how to create two isolates
|
|
|