| Index: Source/bindings/core/v8/Dictionary.h
|
| diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h
|
| index bfa26dcd0b50ee4015edc9d90614a62c1c4a6e8a..b9a0d5fc0914de6591081d32bb3d87914f708cde 100644
|
| --- a/Source/bindings/core/v8/Dictionary.h
|
| +++ b/Source/bindings/core/v8/Dictionary.h
|
| @@ -143,7 +143,7 @@ private:
|
|
|
| template<>
|
| struct NativeValueTraits<Dictionary> {
|
| - static inline Dictionary nativeValue(const v8::Handle<v8::Value>& value, v8::Isolate* isolate)
|
| + static inline Dictionary nativeValue(const v8::Handle<v8::Value>& value, v8::Isolate* isolate, ExceptionState&)
|
| {
|
| return Dictionary(value, isolate);
|
| }
|
|
|