Index: Source/core/loader/appcache/ApplicationCache.idl |
diff --git a/Source/core/loader/appcache/DOMApplicationCache.idl b/Source/core/loader/appcache/ApplicationCache.idl |
similarity index 96% |
rename from Source/core/loader/appcache/DOMApplicationCache.idl |
rename to Source/core/loader/appcache/ApplicationCache.idl |
index 8dc4c23c74b43bf4e5edeacd3651630b101254a8..0082d60095f96b6b92e24a3f512ca9327839f62d 100644 |
--- a/Source/core/loader/appcache/DOMApplicationCache.idl |
+++ b/Source/core/loader/appcache/ApplicationCache.idl |
@@ -24,9 +24,8 @@ |
*/ |
[ |
- NoInterfaceObject, |
DoNotCheckConstants |
-] interface DOMApplicationCache : EventTarget { |
+] interface ApplicationCache : EventTarget { |
// update status |
const unsigned short UNCACHED = 0; |
const unsigned short IDLE = 1; |