Index: Source/core/events/PageTransitionEvent.idl |
diff --git a/Source/core/events/PageTransitionEvent.idl b/Source/core/events/PageTransitionEvent.idl |
index f8afbef28c71128876c3a4ae6c0cc64956bd9696..7dc109e1512b6a47206f1823fdfd78a9cace51c6 100644 |
--- a/Source/core/events/PageTransitionEvent.idl |
+++ b/Source/core/events/PageTransitionEvent.idl |
@@ -23,11 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-// https://html.spec.whatwg.org/multipage/browsers.html#pagetransitionevent |
+// https://html.spec.whatwg.org/multipage/browsers.html#the-pagetransitionevent-interface |
[ |
Constructor(DOMString type, optional PageTransitionEventInit eventInitDict), |
+ // TODO(philipj): Exposed=(Window,Worker) |
] interface PageTransitionEvent : Event { |
readonly attribute boolean persisted; |
}; |
- |