| Index: runtime/lib/class_id.dart
|
| diff --git a/runtime/lib/class_id.dart b/runtime/lib/class_id.dart
|
| index 2f60f8559c00bb6f594a828148186a116513404b..034100dff4b5aa6aa22f5331732112f45f8b42ce 100644
|
| --- a/runtime/lib/class_id.dart
|
| +++ b/runtime/lib/class_id.dart
|
| @@ -2,6 +2,8 @@
|
| // 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:core' hide Symbol;
|
| +
|
| class ClassID {
|
| static int getID(Object value) native "ClassID_getID";
|
|
|
|
|