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

Unified Diff: Source/modules/navigatorconnect/WorkerNavigatorServices.h

Issue 1191393003: Update client side navigator.connect API to use ServicePortCollection [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport
Patch Set: address more comments Created 5 years, 6 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 | « Source/modules/navigatorconnect/ServicePortCollection.idl ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/navigatorconnect/WorkerNavigatorServices.h
diff --git a/Source/modules/navigatorconnect/WorkerNavigatorServices.h b/Source/modules/navigatorconnect/WorkerNavigatorServices.h
index d18ca2d819ceffe897b4577893a76c5bb80746ba..f5716c5871cd15b4122f2c1711dce357e4ee9369 100644
--- a/Source/modules/navigatorconnect/WorkerNavigatorServices.h
+++ b/Source/modules/navigatorconnect/WorkerNavigatorServices.h
@@ -30,7 +30,7 @@ private:
WorkerNavigatorServices();
static const char* supplementName();
- RefPtrWillBeMember<ServicePortCollection> m_services;
+ Member<ServicePortCollection> m_services;
};
} // namespace blink
« no previous file with comments | « Source/modules/navigatorconnect/ServicePortCollection.idl ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698