| Index: Source/bindings/tests/results/V8TestDictionary.h
|
| diff --git a/Source/bindings/tests/results/V8TestDictionary.h b/Source/bindings/tests/results/V8TestDictionary.h
|
| index dfeaafbc40a38e3d977678d3110b2d0f882731aa..781839deaf61904ee66c4e264a3c7296874409f6 100644
|
| --- a/Source/bindings/tests/results/V8TestDictionary.h
|
| +++ b/Source/bindings/tests/results/V8TestDictionary.h
|
| @@ -13,9 +13,11 @@
|
|
|
| namespace blink {
|
|
|
| +class ExceptionState;
|
| +
|
| class V8TestDictionary {
|
| public:
|
| - static TestDictionary* toImpl(v8::Isolate*, v8::Handle<v8::Value>);
|
| + static TestDictionary* toImpl(v8::Isolate*, v8::Handle<v8::Value>, ExceptionState&);
|
| };
|
|
|
| v8::Handle<v8::Value> toV8(TestDictionary*, v8::Handle<v8::Object>, v8::Isolate*);
|
|
|