Index: public/platform/WebServiceWorker.h |
diff --git a/public/platform/WebServiceWorker.h b/public/platform/WebServiceWorker.h |
index 447f120015b4a55e0717f0c06a4d34b75cadb99d..52ad440463796cc4c865bee1001d530c5a31e237 100644 |
--- a/public/platform/WebServiceWorker.h |
+++ b/public/platform/WebServiceWorker.h |
@@ -52,6 +52,7 @@ public: |
// ownership to the callee, and the proxy's lifetime is same as that of |
// WebServiceWorker. |
virtual void setProxy(WebServiceWorkerProxy*) { } |
+ virtual WebServiceWorkerProxy* proxy() { return 0; } |
// Called by this worker's ServiceWorkerProxy when it has become ready or |
// not ready for state change notifications. |