| Index: Source/core/dom/MessagePort.h
|
| diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
|
| index 6276aad8feeb8226f82884eeba12790955b2329e..294df460aac1f4b918154047d32a1d09946ff2cf 100644
|
| --- a/Source/core/dom/MessagePort.h
|
| +++ b/Source/core/dom/MessagePort.h
|
| @@ -53,8 +53,6 @@ namespace WebCore {
|
| virtual ~MessagePort();
|
|
|
| void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionCode&);
|
| - // Needed for Objective-C bindings (see bug 28774).
|
| - void postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort*, ExceptionCode&);
|
|
|
| void start();
|
| void close();
|
|
|