| Index: third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.cpp
|
| index a891e84154d7fc68777ffb5ae9eef2f5c63f9781..1b34600f0bf212d6555dc39a0986c92f7e18a4b0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.cpp
|
| @@ -811,7 +811,7 @@ void ScriptValueSerializer::transferData(
|
| ExceptionState& exceptionState,
|
| SerializedScriptValue* serializedValue) {
|
| serializedValue->setData(m_writer.takeWireString());
|
| - DCHECK(serializedValue->data().impl()->hasOneRef());
|
| + DCHECK(serializedValue->dataHasOneRef());
|
| if (!transferables)
|
| return;
|
|
|
|
|