| Index: Source/modules/presentation/PresentationRequest.h
|
| diff --git a/Source/modules/presentation/PresentationRequest.h b/Source/modules/presentation/PresentationRequest.h
|
| index ebd921bbb3279f0e4e04aa06c9116f87305fee03..79d35eabab00c6729d7fae833e3c0278e5945aa6 100644
|
| --- a/Source/modules/presentation/PresentationRequest.h
|
| +++ b/Source/modules/presentation/PresentationRequest.h
|
| @@ -36,7 +36,7 @@ public:
|
| bool hasPendingActivity() const;
|
|
|
| ScriptPromise start(ScriptState*);
|
| - ScriptPromise join(ScriptState*, const String& id);
|
| + ScriptPromise reconnect(ScriptState*, const String& id);
|
| ScriptPromise getAvailability(ScriptState*);
|
|
|
| const KURL& url() const;
|
|
|