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

Unified Diff: public/platform/WebServiceWorkerRegistrationProxy.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
« no previous file with comments | « Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerRegistrationProxy.h
diff --git a/public/platform/WebServiceWorkerRegistrationProxy.h b/public/platform/WebServiceWorkerRegistrationProxy.h
index 94e5a74c3ca89f72ca92713dff8639adfade2068..b6d6d37cbffe0180427b20963c926b837bfdc353 100644
--- a/public/platform/WebServiceWorkerRegistrationProxy.h
+++ b/public/platform/WebServiceWorkerRegistrationProxy.h
@@ -5,6 +5,9 @@
#ifndef WebServiceWorkerRegistrationProxy_h
#define WebServiceWorkerRegistrationProxy_h
+#if INSIDE_BLINK
+#include "platform/heap/Handle.h"
+#endif
#include "public/platform/WebCommon.h"
namespace blink {
@@ -35,6 +38,11 @@ public:
#endif
protected:
+#if INSIDE_BLINK
+ // This is a back pointer to |this| object.
+ // The ServiceWorkerRegistration inherits from this WebServiceWorkerRegistrationProxy.
+ GC_PLUGIN_IGNORE("crbug.com/410257")
+#endif
ServiceWorkerRegistration* m_private;
};
« no previous file with comments | « Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698