Index: Source/core/dom/IdleCallbackDeadline.idl |
diff --git a/Source/core/dom/IdleCallbackDeadline.idl b/Source/core/dom/IdleCallbackDeadline.idl |
deleted file mode 100644 |
index a0d63eecc6017b40ada666a103a0864d603023bd..0000000000000000000000000000000000000000 |
--- a/Source/core/dom/IdleCallbackDeadline.idl |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-[ |
- GarbageCollected, |
- RuntimeEnabled=RequestIdleCallback, |
-] interface IdleCallbackDeadline { |
- double timeRemaining(); |
- readonly attribute boolean didTimeout; |
-}; |