| Index: runtime/include/dart_mirrors_api.h
|
| diff --git a/runtime/include/dart_mirrors_api.h b/runtime/include/dart_mirrors_api.h
|
| index 6ff82aa7525058081ddd540fb4e0057bad8aad11..3a4c9ce772a6bfa68e9e965b3040dcd4470fb7d3 100644
|
| --- a/runtime/include/dart_mirrors_api.h
|
| +++ b/runtime/include/dart_mirrors_api.h
|
| @@ -14,13 +14,11 @@
|
| * Returns the simple name for the provided type.
|
| */
|
| DART_EXPORT Dart_Handle Dart_TypeName(Dart_Handle type);
|
| -DART_EXPORT Dart_Handle Dart_ClassName(Dart_Handle type);
|
|
|
| /**
|
| * Returns the qualified name for the provided type.
|
| */
|
| DART_EXPORT Dart_Handle Dart_QualifiedTypeName(Dart_Handle type);
|
| -DART_EXPORT Dart_Handle Dart_QualifiedClassName(Dart_Handle type);
|
|
|
| /**
|
| * Returns a list of the names of all functions or methods declared in
|
|
|