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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerClients.h

Issue 478693005: Oilpan: Ship Oilpan for serviceworkers/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/modules/serviceworkers/ServiceWorkerClients.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
index 2afa8852e8299e6946de0ff22d8e999539580a60..84e1586db39d02b2665373c10e8b16ab7afea3b6 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.h
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
@@ -18,11 +18,10 @@ class ScriptPromise;
class ScriptState;
class ServiceWorkerClient;
-class ServiceWorkerClients FINAL : public RefCountedWillBeGarbageCollected<ServiceWorkerClients>, public ScriptWrappable {
- DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ServiceWorkerClients);
+class ServiceWorkerClients FINAL : public GarbageCollected<ServiceWorkerClients>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<ServiceWorkerClients> create();
+ static ServiceWorkerClients* create();
// ServiceWorkerClients.idl
ScriptPromise getAll(ScriptState*, const Dictionary&);
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerClient.idl ('k') | Source/modules/serviceworkers/ServiceWorkerClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698