| Index: third_party/WebKit/Source/core/events/PageTransitionEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PageTransitionEvent.idl b/third_party/WebKit/Source/core/events/PageTransitionEvent.idl
|
| index 7dc109e1512b6a47206f1823fdfd78a9cace51c6..35778686a0470c392ec3e13d46916e3e8342ceee 100644
|
| --- a/third_party/WebKit/Source/core/events/PageTransitionEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/PageTransitionEvent.idl
|
| @@ -27,7 +27,7 @@
|
|
|
| [
|
| Constructor(DOMString type, optional PageTransitionEventInit eventInitDict),
|
| - // TODO(philipj): Exposed=(Window,Worker)
|
| + // TODO(foolip): Exposed=(Window,Worker)
|
| ] interface PageTransitionEvent : Event {
|
| readonly attribute boolean persisted;
|
| };
|
|
|