| 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 4153e44bf733c07c60ab6ed58a1e6f0fc348a47d..1aab886e175baa26e49f91e874038e07d0fa9bf1 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -22,7 +22,7 @@ class ScriptValue;
|
| // This class observes the service worker's handling of a FetchEvent and
|
| // notifies the client.
|
| class MODULES_EXPORT RespondWithObserver final : public GarbageCollectedFinalized<RespondWithObserver>, public ContextLifecycleObserver {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RespondWithObserver);
|
| + USING_GARBAGE_COLLECTED_MIXIN(RespondWithObserver);
|
| public:
|
| static RespondWithObserver* create(ExecutionContext*, int eventID, const KURL& requestURL, WebURLRequest::FetchRequestMode, WebURLRequest::FrameType, WebURLRequest::RequestContext);
|
|
|
|
|