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

Log Message

Remove an unused setter in CachedResource.h.
https://bugs.webkit.org/show_bug.cgi?id=87324

CachedResource::setInLiveDecodedResourcesList was defined in r24925, but it has
been unused.

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

* loader/cache/CachedResource.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118300 => 118301)


--- trunk/Source/WebCore/ChangeLog	2012-05-24 01:50:38 UTC (rev 118300)
+++ trunk/Source/WebCore/ChangeLog	2012-05-24 01:53:58 UTC (rev 118301)
@@ -1,3 +1,15 @@
+2012-05-23  Huang Dongsung  <[email protected]>
+
+        Remove an unused setter in CachedResource.h.
+        https://bugs.webkit.org/show_bug.cgi?id=87324
+
+        CachedResource::setInLiveDecodedResourcesList was defined in r24925, but it has
+        been unused.
+
+        Reviewed by Darin Adler.
+
+        * loader/cache/CachedResource.h:
+
 2012-05-23  Hayato Ito  <[email protected]>
 
         Adjust a target node of a mouse event correctly when a distributed text node is clicked.

Modified: trunk/Source/WebCore/loader/cache/CachedResource.h (118300 => 118301)


--- trunk/Source/WebCore/loader/cache/CachedResource.h	2012-05-24 01:50:38 UTC (rev 118300)
+++ trunk/Source/WebCore/loader/cache/CachedResource.h	2012-05-24 01:53:58 UTC (rev 118301)
@@ -170,7 +170,6 @@
     void setInCache(bool inCache) { m_inCache = inCache; }
     bool inCache() const { return m_inCache; }
     
-    void setInLiveDecodedResourcesList(bool b) { m_inLiveDecodedResourcesList = b; }
     bool inLiveDecodedResourcesList() { return m_inLiveDecodedResourcesList; }
     
     void stopLoading();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to