| Index: Source/bindings/v8/V8PerIsolateData.cpp
|
| diff --git a/Source/bindings/v8/V8PerIsolateData.cpp b/Source/bindings/v8/V8PerIsolateData.cpp
|
| index b620a054b1a65f99c1792d4da21746179a40da46..84691b7ef0063ef49a387261841719a90531a909 100644
|
| --- a/Source/bindings/v8/V8PerIsolateData.cpp
|
| +++ b/Source/bindings/v8/V8PerIsolateData.cpp
|
| @@ -74,7 +74,7 @@ void V8PerIsolateData::ensureInitialized(v8::Isolate* isolate)
|
| v8::Persistent<v8::Value>& V8PerIsolateData::ensureLiveRoot()
|
| {
|
| if (m_liveRoot.isEmpty())
|
| - m_liveRoot.set(m_isolate, v8::Null());
|
| + m_liveRoot.set(m_isolate, v8::Null(m_isolate));
|
| return m_liveRoot.getUnsafe();
|
| }
|
|
|
|
|