Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Unified Diff: third_party/WebKit/public/web/WebDOMCustomEvent.h

Issue 1367333002: Remove WebDocument::createEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebDOMMessageEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebDOMMessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698