| Index: runtime/lib/profiler.dart
|
| diff --git a/runtime/lib/profiler.dart b/runtime/lib/profiler.dart
|
| index 2c60141a492552be8f36be050e44dc0d772f7422..94d11ef871c10bfe3750a43df1db7b1ae73f36c0 100644
|
| --- a/runtime/lib/profiler.dart
|
| +++ b/runtime/lib/profiler.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -import "dart:_internal";
|
| +import 'dart:_internal';
|
|
|
| patch class UserTag {
|
| /* patch */ factory UserTag(String label) {
|
|
|