Index: runtime/vm/exceptions.h |
diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h |
index 2b6fd7503d2ded92f60f7f13ff89a5ec356a49ff..48e0f4afbc01defc6a6467d0a135a2d6570a0866 100644 |
--- a/runtime/vm/exceptions.h |
+++ b/runtime/vm/exceptions.h |
@@ -21,7 +21,7 @@ class Integer; |
class RawInstance; |
class RawObject; |
class RawScript; |
-class RawStacktrace; |
+class RawStackTrace; |
class String; |
class Thread; |
@@ -34,7 +34,7 @@ class Exceptions : AllStatic { |
static void PropagateError(const Error& error); |
// Helpers to create and throw errors. |
- static RawStacktrace* CurrentStacktrace(); |
+ static RawStackTrace* CurrentStackTrace(); |
static RawScript* GetCallerScript(DartFrameIterator* iterator); |
static RawInstance* NewInstance(const char* class_name); |
static void CreateAndThrowTypeError(TokenPosition location, |