Index: Source/core/dom/IdleRequestCallback.idl |
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/core/dom/IdleRequestCallback.idl |
similarity index 61% |
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
copy to Source/core/dom/IdleRequestCallback.idl |
index 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..8b0be37ce3117443d9742206372205759962b8f7 100644 |
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
+++ b/Source/core/dom/IdleRequestCallback.idl |
@@ -2,6 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-dictionary BeforeInstallPromptEventInit : EventInit { |
- DOMString platform = "web"; |
+callback interface IdleRequestCallback { |
+ void handleEvent(double highResTime, double deadlineTime); |
}; |