| 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 7fa821374467cd8a1fac9df5dd0dc9aa874765d0..7fc8a51838a0ab240297befbcc785be248f4056c 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -23,7 +23,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);
|
|
|
|
|