| Index: Source/bindings/templates/dictionary_v8.h
|
| diff --git a/Source/bindings/templates/dictionary_v8.h b/Source/bindings/templates/dictionary_v8.h
|
| index 26eb3679b9c1d5f7124f6c84b4a8b0a99318c4cc..8375b7444a13623cb55352651996c5e868f39c36 100644
|
| --- a/Source/bindings/templates/dictionary_v8.h
|
| +++ b/Source/bindings/templates/dictionary_v8.h
|
| @@ -31,7 +31,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}& im
|
|
|
| template <>
|
| struct NativeValueTraits<{{cpp_class}}> {
|
| - static {{cpp_class}} nativeValue(const v8::Local<v8::Value>&, v8::Isolate*, ExceptionState&);
|
| + static {{cpp_class}} nativeValue(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|