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..f46105d5b9885c27279cecc5891f92daf3657fdc 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.idl |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.idl |
@@ -2,13 +2,11 @@ |
// 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 |
- |
[ |
mlamouri (slow - plz ping)
2016/07/19 12:45:03
We usually put a link on top of the IDL files for
mark a. foltz
2016/07/19 17:38:47
Done.
|
ActiveScriptWrappable, |
ConstructorCallWith=ExecutionContext, |
Constructor(DOMString url), |
+ Constructor(DOMString[] urls), |
DependentLifetime, |
MeasureAs=PresentationRequestConstructor, |
RaisesException=Constructor, |