Title: [179262] trunk/Source/WebCore
Revision
179262
Author
[email protected]
Date
2015-01-28 10:02:32 -0800 (Wed, 28 Jan 2015)

Log Message

Unreviewed. Remove duplicate friend class statement after r179255.

* history/PageCache.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (179261 => 179262)


--- trunk/Source/WebCore/ChangeLog	2015-01-28 18:00:51 UTC (rev 179261)
+++ trunk/Source/WebCore/ChangeLog	2015-01-28 18:02:32 UTC (rev 179262)
@@ -1,3 +1,9 @@
+2015-01-28  Chris Dumez  <[email protected]>
+
+        Unreviewed. Remove duplicate friend class statement after r179255.
+
+        * history/PageCache.h:
+
 2015-01-28  Darin Adler  <[email protected]>
 
         Make SVGElement::instancesForElement point to elements in the shadow tree, not SVGElementInstance objects

Modified: trunk/Source/WebCore/history/PageCache.h (179261 => 179262)


--- trunk/Source/WebCore/history/PageCache.h	2015-01-28 18:00:51 UTC (rev 179261)
+++ trunk/Source/WebCore/history/PageCache.h	2015-01-28 18:02:32 UTC (rev 179262)
@@ -43,8 +43,6 @@
     class PageCache {
         WTF_MAKE_NONCOPYABLE(PageCache); WTF_MAKE_FAST_ALLOCATED;
     public:
-        friend class NeverDestroyed<PageCache>;
-
         // Function to obtain the global page cache.
         WEBCORE_EXPORT static PageCache& shared();
         
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to