Title: [118292] trunk/Source/WebCore
Revision
118292
Author
[email protected]
Date
2012-05-23 18:09:13 -0700 (Wed, 23 May 2012)

Log Message

Remove unused declarations in MemoryCache.h
https://bugs.webkit.org/show_bug.cgi?id=87323

It is originated from r75912.

Patch by Huang Dongsung <[email protected]> on 2012-05-23
Reviewed by Darin Adler.

* loader/cache/MemoryCache.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118291 => 118292)


--- trunk/Source/WebCore/ChangeLog	2012-05-24 01:07:22 UTC (rev 118291)
+++ trunk/Source/WebCore/ChangeLog	2012-05-24 01:09:13 UTC (rev 118292)
@@ -1,3 +1,14 @@
+2012-05-23  Huang Dongsung  <[email protected]>
+
+        Remove unused declarations in MemoryCache.h
+        https://bugs.webkit.org/show_bug.cgi?id=87323
+
+        It is originated from r75912.
+
+        Reviewed by Darin Adler.
+
+        * loader/cache/MemoryCache.h:
+
 2012-05-23  Eric Seidel  <[email protected]>
 
         Add seamless layout code (and pass most of the remaining seamless tests)

Modified: trunk/Source/WebCore/loader/cache/MemoryCache.h (118291 => 118292)


--- trunk/Source/WebCore/loader/cache/MemoryCache.h	2012-05-24 01:07:22 UTC (rev 118291)
+++ trunk/Source/WebCore/loader/cache/MemoryCache.h	2012-05-24 01:09:13 UTC (rev 118292)
@@ -135,9 +135,6 @@
     void setDeadDecodedDataDeletionInterval(double interval) { m_deadDecodedDataDeletionInterval = interval; }
     double deadDecodedDataDeletionInterval() const { return m_deadDecodedDataDeletionInterval; }
 
-    void addCachedResourceLoader(CachedResourceLoader*);
-    void removeCachedResourceLoader(CachedResourceLoader*);
-
     // Calls to put the cached resource into and out of LRU lists.
     void insertInLRUList(CachedResource*);
     void removeFromLRUList(CachedResource*);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to