Index: Source/bindings/v8/V8Binding.h |
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h |
index ce72ec64cc656d385975de2c5fe8cb4dfcf373d5..9ed124a8430573db9d024008b4a200db6e586ffd 100644 |
--- a/Source/bindings/v8/V8Binding.h |
+++ b/Source/bindings/v8/V8Binding.h |
@@ -58,6 +58,7 @@ namespace WebCore { |
// Schedule a DOM exception to be thrown, if the exception code is different |
// from zero. |
v8::Handle<v8::Value> setDOMException(int, v8::Isolate*); |
+ v8::Handle<v8::Value> setDOMException(int, const String&, v8::Isolate*); |
// Schedule a JavaScript error to be thrown. |
v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*); |