X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Floader%2Fappcache%2FApplicationCache.idl;h=89851c848a7387cbd349da96d62dd2765fbd50e5;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=7f8e07c8140560c664c57ec3d3a26344191fa2bd;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl b/src/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl index 7f8e07c..89851c8 100644 --- a/src/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl +++ b/src/third_party/WebKit/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; }; -