| Index: third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.cpp b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| index de2091fc44ac98d2fa27e4386f7dde8b4a7b3e15..71b7646722829c0eb78979a6133af71c042c1919 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| @@ -175,7 +175,7 @@ static bool tryGetMessageFrom(WebMessagePortChannel& webChannel, RefPtr<Serializ
|
| for (size_t i = 0; i < webChannels.size(); ++i)
|
| (*channels)[i] = adoptPtr(webChannels[i]);
|
| }
|
| - message = SerializedScriptValueFactory::instance().createFromWire(messageString);
|
| + message = SerializedScriptValue::create(messageString);
|
| return true;
|
| }
|
|
|
|
|