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

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: make ServicePortCollection garbage collected and other nits 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
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

Powered by Google App Engine
This is Rietveld 408576698