Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1061)

Unified Diff: Source/core/loader/appcache/ApplicationCache.idl

Issue 1194003004: Oilpan: enable appcache + move DocumentLoader to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/loader/appcache/ApplicationCache.h ('k') | Source/core/loader/appcache/ApplicationCacheHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/appcache/ApplicationCache.idl
diff --git a/Source/core/loader/appcache/ApplicationCache.idl b/Source/core/loader/appcache/ApplicationCache.idl
index 6459fe806ee4ce6aab0ee05d170c98f8c8f16160..de2ca5f08683ba68ad190a7e4fbf7d2a1d81d1ee 100644
--- a/Source/core/loader/appcache/ApplicationCache.idl
+++ b/Source/core/loader/appcache/ApplicationCache.idl
@@ -27,6 +27,7 @@
[
DoNotCheckConstants,
+ GarbageCollected,
// TODO(philipj): Exposed=(Window,SharedWorker)
] interface ApplicationCache : EventTarget {
// update status
« no previous file with comments | « Source/core/loader/appcache/ApplicationCache.h ('k') | Source/core/loader/appcache/ApplicationCacheHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698