| Index: third_party/WebKit/public/web/WebDOMCustomEvent.h
|
| diff --git a/third_party/WebKit/public/web/WebDOMCustomEvent.h b/third_party/WebKit/public/web/WebDOMCustomEvent.h
|
| index f818963424960f28140bdbc5a26cf2d2df0983ba..7d0c486f73c3beed9ccf5109ac4f5808f14862a9 100644
|
| --- a/third_party/WebKit/public/web/WebDOMCustomEvent.h
|
| +++ b/third_party/WebKit/public/web/WebDOMCustomEvent.h
|
| @@ -31,16 +31,16 @@
|
| #define WebDOMCustomEvent_h
|
|
|
| #include "WebDOMEvent.h"
|
| -#include "WebSerializedScriptValue.h"
|
|
|
| namespace blink {
|
|
|
| class WebString;
|
|
|
| +// TODO(esprehn): Remove this and IPCEcho which appears to just be dead code.
|
| class WebDOMCustomEvent : public WebDOMEvent {
|
| public:
|
| + BLINK_EXPORT WebDOMCustomEvent(const WebString& type);
|
| WebDOMCustomEvent() { }
|
| - BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData);
|
| };
|
|
|
| } // namespace blink
|
|
|