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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp

Issue 1212643004: [Oilpan] Apply RefCountedGarbageCollectedEventTarget on AbstractWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove some redundant includes Created 5 years, 4 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: Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
diff --git a/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp b/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
index c4163d8b3bebd21c9576f24919c0a788aeb179d3..7bb70a5e7ee4d70de29747f0d7d993644b0c4f3c 100644
--- a/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
+++ b/Source/modules/serviceworkers/ServiceWorkerMessageEvent.cpp
@@ -30,7 +30,7 @@ ServiceWorkerMessageEvent::ServiceWorkerMessageEvent(const AtomicString& type, c
m_data = initializer.data();
}
-ServiceWorkerMessageEvent::ServiceWorkerMessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtrWillBeRawPtr<ServiceWorker> source, MessagePortArray* ports)
+ServiceWorkerMessageEvent::ServiceWorkerMessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, ServiceWorker* source, MessagePortArray* ports)
: Event(EventTypeNames::message, false, false)
, m_serializedData(data)
, m_origin(origin)
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerMessageEvent.h ('k') | Source/modules/serviceworkers/ServiceWorkerRegistration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698