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

Unified Diff: runtime/include/dart_api.h

Issue 2572563004: Improve the casing of Stackmap and Stacktrace. (Closed)
Patch Set: Build fixes Created 4 years 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 | « runtime/bin/run_vm_tests_fuchsia.cc ('k') | runtime/lib/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index fb73fc525c78d550baca08ef3d640f1235dde923..e1092cc59ac6f51ee368ffe0b327e1f8a8642b88 100644
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -125,7 +125,7 @@ typedef struct _Dart_Isolate* Dart_Isolate;
*
* An unhandled exception error provides access to an exception and
* stacktrace via the functions Dart_ErrorGetException and
- * Dart_ErrorGetStacktrace.
+ * Dart_ErrorGetStackTrace.
*
* - Compilation error handles are produced when, during the execution
* of Dart code, a compile-time error occurs. As above, this can
@@ -284,7 +284,7 @@ DART_EXPORT bool Dart_IsApiError(Dart_Handle handle);
* This can occur in any function which triggers the execution of Dart
* code.
*
- * See Dart_ErrorGetException and Dart_ErrorGetStacktrace.
+ * See Dart_ErrorGetException and Dart_ErrorGetStackTrace.
*
* Requires there to be a current isolate.
*/
@@ -347,7 +347,7 @@ DART_EXPORT Dart_Handle Dart_ErrorGetException(Dart_Handle handle);
/**
* Gets the stack trace Object from an unhandled exception error handle.
*/
-DART_EXPORT Dart_Handle Dart_ErrorGetStacktrace(Dart_Handle handle);
+DART_EXPORT Dart_Handle Dart_ErrorGetStackTrace(Dart_Handle handle);
/**
* Produces an api error handle with the provided error message.
« no previous file with comments | « runtime/bin/run_vm_tests_fuchsia.cc ('k') | runtime/lib/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698