Index: Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
index 85bc114629fb408f3b7b83df454f76416b2078c3..57feb92377f080227c562287cef10d3b97c73085 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
@@ -31,9 +31,6 @@ public: |
private: |
explicit ServiceWorkerWindowClient(const WebServiceWorkerClientInfo&); |
- // FIXME: remove m_visibilityState when m_pageVisibilityState will be used |
- // by Chromium. |
- String m_visibilityState; |
WebPageVisibilityState m_pageVisibilityState; |
bool m_isFocused; |
WebURLRequest::FrameType m_frameType; |