| Index: Source/bindings/v8/V8ThrowException.h
|
| diff --git a/Source/bindings/v8/V8ThrowException.h b/Source/bindings/v8/V8ThrowException.h
|
| index 65cb26545cebb6a000370ea0feaacb7a562a10ea..d3d8401b73065d1e2804acbde3adb5cd4bc577ca 100644
|
| --- a/Source/bindings/v8/V8ThrowException.h
|
| +++ b/Source/bindings/v8/V8ThrowException.h
|
| @@ -63,7 +63,7 @@ public:
|
|
|
| static v8::Handle<v8::Value> createError(V8ErrorType, const String&, v8::Isolate*);
|
| static v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
|
| - static v8::Handle<v8::Value> throwError(v8::Handle<v8::Value>);
|
| + static v8::Handle<v8::Value> throwError(v8::Handle<v8::Value>, v8::Isolate*);
|
|
|
| static v8::Handle<v8::Value> createTypeError(const String&, v8::Isolate*);
|
| static v8::Handle<v8::Value> throwTypeError(const String&, v8::Isolate*);
|
|
|