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

Unified Diff: Source/core/dom/IdleCallbackDeadline.idl

Issue 1309523008: Change IdleCallbackDeadline.timeRemaining to be a function instead of an attribute. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add webexposed change Created 5 years, 3 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/IdleCallbackDeadline.idl
diff --git a/Source/core/dom/IdleCallbackDeadline.idl b/Source/core/dom/IdleCallbackDeadline.idl
index 57fb6687a936c33110af01f3dec4307a995a7b15..a0d63eecc6017b40ada666a103a0864d603023bd 100644
--- a/Source/core/dom/IdleCallbackDeadline.idl
+++ b/Source/core/dom/IdleCallbackDeadline.idl
@@ -6,6 +6,6 @@
GarbageCollected,
RuntimeEnabled=RequestIdleCallback,
] interface IdleCallbackDeadline {
- readonly attribute double timeRemaining;
+ double timeRemaining();
readonly attribute boolean didTimeout;
};
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698