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