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

Unified Diff: third_party/WebKit/Source/core/events/MessageEvent.h

Issue 2686503005: Remove SerializedScriptValue::serialize and ScriptValueSerializer::serializeWTFString. (Closed)
Patch Set: Merge branch 'master' into delete-ssv Created 3 years, 10 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
Index: third_party/WebKit/Source/core/events/MessageEvent.h
diff --git a/third_party/WebKit/Source/core/events/MessageEvent.h b/third_party/WebKit/Source/core/events/MessageEvent.h
index de9700cad4736d7469e5329e054ad8e88cbec5e2..f497a4840375e384cdc10206de70758d2fe39dc5 100644
--- a/third_party/WebKit/Source/core/events/MessageEvent.h
+++ b/third_party/WebKit/Source/core/events/MessageEvent.h
@@ -108,6 +108,14 @@ class CORE_EXPORT MessageEvent final : public Event {
const String& lastEventId,
EventTarget* source,
MessagePortArray*);
+ void initMessageEvent(const AtomicString& type,
+ bool canBubble,
+ bool cancelable,
+ const String& data,
+ const String& origin,
+ const String& lastEventId,
+ EventTarget* source,
+ MessagePortArray*);
const String& origin() const { return m_origin; }
const String& suborigin() const { return m_suborigin; }

Powered by Google App Engine
This is Rietveld 408576698