| Index: Source/core/dom/MessagePort.cpp
|
| diff --git a/Source/core/dom/MessagePort.cpp b/Source/core/dom/MessagePort.cpp
|
| index dc55390b52a202fe584022833a2d774543c6f62f..d9da4a2e26a76e97ed76ca6076dc57a389cf9513 100644
|
| --- a/Source/core/dom/MessagePort.cpp
|
| +++ b/Source/core/dom/MessagePort.cpp
|
| @@ -127,7 +127,7 @@
|
| void MessagePort::messageAvailable()
|
| {
|
| ASSERT(executionContext());
|
| - executionContext()->postTask(FROM_HERE, createCrossThreadTask(&MessagePort::dispatchMessages, m_weakFactory.createWeakPtr()));
|
| + executionContext()->postTask(createCrossThreadTask(&MessagePort::dispatchMessages, m_weakFactory.createWeakPtr()));
|
| }
|
|
|
| void MessagePort::start()
|
|
|