From 792b5992e54f5e01548754144e5aab550e4910da Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Tue, 8 Sep 2015 20:57:12 +0900 Subject: [PATCH 1/2] Change requestIdleCallback type to unsigned long. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 687365c..329551c 100644 --- a/index.html +++ b/index.html @@ -228,8 +228,8 @@

Window interface extensions

 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 {

From 05b87babe1adae92766d22fd97922b527b68f031 Mon Sep 17 00:00:00 2001
From: Tetsuharu OHZEKI 
Date: Thu, 10 Sep 2015 00:55:00 +0900
Subject: [PATCH 2/2] Add Tetsuharu OHZEKI to Acknowledgements

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 329551c..25e736f 100644
--- a/index.html
+++ b/index.html
@@ -404,5 +404,5 @@ 

Processing Model

Acknowledgments

-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.