| Index: Source/bindings/core/v8/V8ThrowException.h
|
| diff --git a/Source/bindings/core/v8/V8ThrowException.h b/Source/bindings/core/v8/V8ThrowException.h
|
| index bf760c02c23b431a90787b4cab89e7d9cfed8f12..23f5cebb1c0d8c85ce1961fd52dd930e2d6f773a 100644
|
| --- a/Source/bindings/core/v8/V8ThrowException.h
|
| +++ b/Source/bindings/core/v8/V8ThrowException.h
|
| @@ -47,8 +47,8 @@ public:
|
|
|
| static v8::Handle<v8::Value> throwException(v8::Handle<v8::Value>, v8::Isolate*);
|
|
|
| - static v8::Handle<v8::Value> createGeneralError(const String&, v8::Isolate*);
|
| - static v8::Handle<v8::Value> throwGeneralError(const String&, v8::Isolate*);
|
| + static v8::Handle<v8::Value> createGeneralError(v8::Isolate*, const String&);
|
| + static v8::Handle<v8::Value> throwGeneralError(v8::Isolate*, const String&);
|
| static v8::Handle<v8::Value> createTypeError(const String&, v8::Isolate*);
|
| static v8::Handle<v8::Value> throwTypeError(const String&, v8::Isolate*);
|
| static v8::Handle<v8::Value> createRangeError(const String&, v8::Isolate*);
|
|
|