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; |
}; |