| Index: Source/bindings/v8/SerializedScriptValue.cpp
 | 
| diff --git a/Source/bindings/v8/SerializedScriptValue.cpp b/Source/bindings/v8/SerializedScriptValue.cpp
 | 
| index de2275a94ef23fc4ef8a78bff899bac666328947..b9c3682ca0ff36b6d19e670a81608c018a215218 100644
 | 
| --- a/Source/bindings/v8/SerializedScriptValue.cpp
 | 
| +++ b/Source/bindings/v8/SerializedScriptValue.cpp
 | 
| @@ -1379,7 +1379,7 @@ public:
 | 
|          case PaddingTag:
 | 
|              return true;
 | 
|          case UndefinedTag:
 | 
| -            *value = v8::Undefined();
 | 
| +            *value = v8::Undefined(m_isolate);
 | 
|              break;
 | 
|          case NullTag:
 | 
|              *value = v8NullWithCheck(m_isolate);
 | 
| 
 |