Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ <h2>Window interface extensions</h2>
</p>
<pre class='idl'>
partial interface Window {
long requestIdleCallback(IdleRequestCallback callback, optional unsigned long timeout);
void cancelIdleCallback(long handle);
unsigned long requestIdleCallback(IdleRequestCallback callback, optional unsigned long timeout);
void cancelIdleCallback(unsigned long handle);
};

interface IdleDeadline {
Expand Down Expand Up @@ -404,5 +404,5 @@ <h2>Processing Model</h2>
<section id="acknowledgements" class="appendix">
<h2>Acknowledgments</h2>
<p>
The editors would like to thank the following people for contributing to this specification: Sami Kyostila, Alex Clarke, Boris Zbarsky, Marcos Caceres, Jonas Sicking, Robert O'Callahan, Todd Reifsteck, Tobin Titus, Ilya Grigorik, Elliott Sprehn, Lon Ingram and Philippe Le Hegaret.
The editors would like to thank the following people for contributing to this specification: Sami Kyostila, Alex Clarke, Boris Zbarsky, Marcos Caceres, Jonas Sicking, Robert O'Callahan, Todd Reifsteck, Tobin Titus, Ilya Grigorik, Elliott Sprehn, Tetsuharu OHZEKI, Lon Ingram and Philippe Le Hegaret.
</p>