| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
|
| index 86630225684ba9cf687c67cc66c788176216447a..757c50d032d62cd608982b969f0d65994f85dd62 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
|
| @@ -25,8 +25,6 @@ ServiceWorkerMessageEvent::ServiceWorkerMessageEvent(const AtomicString& type, c
|
| }
|
| if (initializer.hasPorts())
|
| m_ports = new MessagePortArray(initializer.ports());
|
| - if (initializer.hasData())
|
| - m_data = initializer.data();
|
| }
|
|
|
| ServiceWorkerMessageEvent::ServiceWorkerMessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, ServiceWorker* source, MessagePortArray* ports)
|
|
|