Index: core/events/ApplicationCacheErrorEventInit.idl |
diff --git a/core/frame/NavigatorCPU.idl b/core/events/ApplicationCacheErrorEventInit.idl |
similarity index 53% |
copy from core/frame/NavigatorCPU.idl |
copy to core/events/ApplicationCacheErrorEventInit.idl |
index 8ec502c58fcc58b61fca0728c16f90bbf480196a..8a82332f1d54ed7b07341cc49e9bfd3563a14957 100644 |
--- a/core/frame/NavigatorCPU.idl |
+++ b/core/events/ApplicationCacheErrorEventInit.idl |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[ |
- NoInterfaceObject, |
-] interface NavigatorCPU { |
- readonly attribute unsigned long hardwareConcurrency; |
+dictionary ApplicationCacheErrorEventInit : EventInit { |
+ DOMString reason; |
+ DOMString url; |
+ unsigned short status; |
+ DOMString message; |
}; |