| Index: Source/core/events/MessageEvent.h
|
| diff --git a/Source/core/events/MessageEvent.h b/Source/core/events/MessageEvent.h
|
| index cae88b150aaef12248f078d01c8a2e6f2fb489a2..95d1d9b4e6c71dd3c3eb63d4b1e065ccad9d6781 100644
|
| --- a/Source/core/events/MessageEvent.h
|
| +++ b/Source/core/events/MessageEvent.h
|
| @@ -86,7 +86,6 @@ public:
|
| const String& origin() const { return m_origin; }
|
| const String& lastEventId() const { return m_lastEventId; }
|
| EventTarget* source() const { return m_source.get(); }
|
| - EventTarget* source(bool& isNull) const { isNull = !m_source; return m_source.get(); }
|
| MessagePortArray ports() const { return m_ports ? *m_ports : MessagePortArray(); }
|
| MessagePortChannelArray* channels() const { return m_channels ? m_channels.get() : 0; }
|
|
|
|
|