Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebCache.h
index 28557da..5bf1178 100644 (file)
@@ -48,7 +48,7 @@ public:
         size_t deadSize;
     };
 
-    // A struct mirroring WebCore::MemoryCache::TypeStatistic.
+    // A struct mirroring blink::MemoryCache::TypeStatistic.
     struct ResourceTypeStat {
         size_t count;
         size_t size;
@@ -56,7 +56,7 @@ public:
         size_t decodedSize;
     };
 
-    // A struct mirroring WebCore::MemoryCache::Statistics.
+    // A struct mirroring blink::MemoryCache::Statistics.
     struct ResourceTypeStats {
         ResourceTypeStat images;
         ResourceTypeStat cssStyleSheets;