| 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 260a9dee6a0b074203c5e7e56f7879d62e431a0b..087d06b42cd5af70093fad1642ec7778286340fb 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -32,7 +32,7 @@ class MODULES_EXPORT RespondWithObserver
|
| virtual ~RespondWithObserver();
|
|
|
| static RespondWithObserver* create(ExecutionContext*,
|
| - int eventID,
|
| + int fetchEventID,
|
| const KURL& requestURL,
|
| WebURLRequest::FetchRequestMode,
|
| WebURLRequest::FrameType,
|
| @@ -55,7 +55,7 @@ class MODULES_EXPORT RespondWithObserver
|
|
|
| protected:
|
| RespondWithObserver(ExecutionContext*,
|
| - int eventID,
|
| + int fetchEventID,
|
| const KURL& requestURL,
|
| WebURLRequest::FetchRequestMode,
|
| WebURLRequest::FrameType,
|
| @@ -65,7 +65,7 @@ class MODULES_EXPORT RespondWithObserver
|
| private:
|
| class ThenFunction;
|
|
|
| - int m_eventID;
|
| + int m_fetchEventID;
|
| KURL m_requestURL;
|
| WebURLRequest::FetchRequestMode m_requestMode;
|
| WebURLRequest::FrameType m_frameType;
|
|
|