| Index: Source/core/loader/appcache/ApplicationCache.idl
|
| diff --git a/Source/core/loader/appcache/ApplicationCache.idl b/Source/core/loader/appcache/ApplicationCache.idl
|
| index 7f8e07c8140560c664c57ec3d3a26344191fa2bd..89851c848a7387cbd349da96d62dd2765fbd50e5 100644
|
| --- a/Source/core/loader/appcache/ApplicationCache.idl
|
| +++ b/Source/core/loader/appcache/ApplicationCache.idl
|
| @@ -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;
|
| };
|
| -
|
|
|