Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Unified Diff: runtime/include/dart_mirrors_api.h

Issue 24252014: Remove Dart_[Qualified]ClassName. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698