Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: sky/engine/core/frame/WindowTimers.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/frame/Window.idl ('k') | sky/engine/core/html/HTMLAnchorElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/WindowTimers.idl
diff --git a/sky/engine/core/frame/WindowTimers.idl b/sky/engine/core/frame/WindowTimers.idl
index 47f394fc249175fc435305994fd8e972a4f1f1ca..700e68d72c34fd1ffd961fd9230764505dac3007 100644
--- a/sky/engine/core/frame/WindowTimers.idl
+++ b/sky/engine/core/frame/WindowTimers.idl
@@ -38,8 +38,8 @@
// FIXME: would be clearer as a union type, like:
// typedef (Function or DOMString) Handler
// Needs spec update and better union support: http://crbug.com/240176
- [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout);
+ // [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout);
void clearTimeout([Default=Undefined] optional long handle);
- [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout);
+ // [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout);
void clearInterval([Default=Undefined] optional long handle);
};
« no previous file with comments | « sky/engine/core/frame/Window.idl ('k') | sky/engine/core/html/HTMLAnchorElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698