| Index: third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
|
| diff --git a/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h b/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
|
| index e122108e0ce38125840cfc58338cab57b6cf672c..af57dc32c9e6860f476ec067ab2b21334065b34e 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
|
| +++ b/third_party/WebKit/Source/modules/navigatorconnect/AcceptConnectionObserver.h
|
| @@ -24,7 +24,7 @@ class ScriptValue;
|
| // and notifies the client of the result. Created for each instance of
|
| // ServicePortConnectEvent.
|
| class MODULES_EXPORT AcceptConnectionObserver final : public GarbageCollectedFinalized<AcceptConnectionObserver>, public ContextLifecycleObserver {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(AcceptConnectionObserver);
|
| + USING_GARBAGE_COLLECTED_MIXIN(AcceptConnectionObserver);
|
| public:
|
| static AcceptConnectionObserver* create(ServicePortCollection*, PassOwnPtr<WebServicePortConnectEventCallbacks>, WebServicePortID, const KURL& targetURL);
|
|
|
|
|