Index: vm/exceptions.h |
=================================================================== |
--- vm/exceptions.h (revision 16285) |
+++ vm/exceptions.h (working copy) |
@@ -62,12 +62,10 @@ |
kIsolateUnhandledException |
}; |
- static void ThrowByType(ExceptionType type, |
- const GrowableArray<const Object*>& arguments); |
+ static void ThrowByType(ExceptionType type, const Array& arguments); |
// Returns a RawInstance if the exception is successfully created, |
// otherwise returns a RawError. |
- static RawObject* Create(ExceptionType type, |
- const GrowableArray<const Object*>& arguments); |
+ static RawObject* Create(ExceptionType type, const Array& arguments); |
private: |
DISALLOW_COPY_AND_ASSIGN(Exceptions); |