Index: third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h |
index b87cd8b0deabaf7b313fc0768e532ea82392b94c..e6e12d96f2d8c31ddb4503b992f8824206aa63af 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h |
@@ -53,6 +53,7 @@ private: |
WebURLRequest::FetchRequestMode m_requestMode; |
WebURLRequest::FrameType m_frameType; |
WebURLRequest::RequestContext m_requestContext; |
+ RefPtr<ScriptState> m_scriptState; |
tyoshino (SeeGerritForStatus)
2016/04/22 07:53:01
for what?
yhirano
2016/04/22 08:04:42
It's no long used. Deleted.
|
enum State { Initial, Pending, Done }; |
State m_state; |