| Index: Source/bindings/core/v8/Dictionary.cpp
|
| diff --git a/Source/bindings/core/v8/Dictionary.cpp b/Source/bindings/core/v8/Dictionary.cpp
|
| index ee27d3d50a1b564f954e763b55e195a24036f251..3e32a7115bb6c989b79111a7fcc5bd436fd2e485 100644
|
| --- a/Source/bindings/core/v8/Dictionary.cpp
|
| +++ b/Source/bindings/core/v8/Dictionary.cpp
|
| @@ -57,7 +57,7 @@ Dictionary::Dictionary()
|
| {
|
| }
|
|
|
| -Dictionary::Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate* isolate, ExceptionState& exceptionState)
|
| +Dictionary::Dictionary(const v8::Local<v8::Value>& options, v8::Isolate* isolate, ExceptionState& exceptionState)
|
| : m_options(options)
|
| , m_isolate(isolate)
|
| , m_exceptionState(&exceptionState)
|
|
|