| Index: Source/modules/presentation/Presentation.h
|
| diff --git a/Source/modules/presentation/Presentation.h b/Source/modules/presentation/Presentation.h
|
| index 2ad18a27d95047389cf927e44ea80ce4fa19954e..3109d42232c3862db8db495d4189ab58ab4428d9 100644
|
| --- a/Source/modules/presentation/Presentation.h
|
| +++ b/Source/modules/presentation/Presentation.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| PresentationSession* session() const;
|
|
|
| - ScriptPromise startSession(ScriptState*, const String& presentationUrl, const String& presentationId);
|
| + ScriptPromise startSession(ScriptState*, const String& presentationUrl);
|
| ScriptPromise joinSession(ScriptState*, const String& presentationUrl, const String& presentationId);
|
| ScriptPromise getAvailability(ScriptState*, const String& presentationUrl);
|
|
|
|
|