Index: Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
index 9799a31cc4fa94af0fd7647f4a473c17f2f9b008..3b00d2d2f5f235686cd51a89e9dced459e77d963 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
@@ -30,7 +30,6 @@ public: |
// WindowClient.idl |
String visibilityState() const; |
bool focused() const { return m_isFocused; } |
- String frameType() const; |
ScriptPromise focus(ScriptState*); |
DECLARE_VIRTUAL_TRACE(); |
@@ -40,7 +39,6 @@ private: |
WebPageVisibilityState m_pageVisibilityState; |
bool m_isFocused; |
- WebURLRequest::FrameType m_frameType; |
}; |
} // namespace blink |