Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / loader / appcache / ApplicationCache.idl
index 7f8e07c..89851c8 100644 (file)
@@ -25,7 +25,6 @@
 
 [
     DoNotCheckConstants,
-    WillBeGarbageCollected,
 ] interface ApplicationCache : EventTarget {
     // update status
     const unsigned short UNCACHED = 0;
@@ -50,4 +49,3 @@
     attribute EventHandler oncached;
     attribute EventHandler onobsolete;
 };
-