Chromium Code Reviews| Index: Source/core/loader/appcache/ApplicationCache.idl |
| diff --git a/Source/core/loader/appcache/ApplicationCache.idl b/Source/core/loader/appcache/ApplicationCache.idl |
| index 0082d60095f96b6b92e24a3f512ca9327839f62d..7f8e07c8140560c664c57ec3d3a26344191fa2bd 100644 |
| --- a/Source/core/loader/appcache/ApplicationCache.idl |
| +++ b/Source/core/loader/appcache/ApplicationCache.idl |
| @@ -24,7 +24,8 @@ |
| */ |
| [ |
| - DoNotCheckConstants |
| + DoNotCheckConstants, |
| + WillBeGarbageCollected, |
| ] interface ApplicationCache : EventTarget { |
| // update status |
| const unsigned short UNCACHED = 0; |