Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationRequest.idl

Issue 2552343009: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed)
Patch Set: resolve code review comments from foolip Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.idl
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.idl b/third_party/WebKit/Source/modules/presentation/PresentationRequest.idl
index f7770280924134182fce6c76e90a839043c02200..8e3da63b5a7439b82ca331f556c1c2936a2bc083 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.idl
+++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.idl
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(mlamouri): double-check link after spec changes have landed.
// https://w3c.github.io/presentation-api/#interface-presentationrequest
[
ActiveScriptWrappable,
ConstructorCallWith=ExecutionContext,
- Constructor(DOMString url),
+ Constructor(USVString url),
+ Constructor(sequence<USVString> urls),
DependentLifetime,
MeasureAs=PresentationRequestConstructor,
RaisesException=Constructor,

Powered by Google App Engine
This is Rietveld 408576698