Title: [179255] trunk/Source/WebCore
Revision
179255
Author
[email protected]
Date
2015-01-28 09:22:14 -0800 (Wed, 28 Jan 2015)

Log Message

[Win] Unreviewed build fix after r179247.

* history/PageCache.h: Need to declare NeverDestroyed specialization as
a friend.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (179254 => 179255)


--- trunk/Source/WebCore/ChangeLog	2015-01-28 17:08:16 UTC (rev 179254)
+++ trunk/Source/WebCore/ChangeLog	2015-01-28 17:22:14 UTC (rev 179255)
@@ -1,3 +1,10 @@
+2015-01-28  Brent Fulgham  <[email protected]>
+
+        [Win] Unreviewed build fix after r179247.
+
+        * history/PageCache.h: Need to declare NeverDestroyed specialization as
+        a friend.
+
 2015-01-28  Joanmarie Diggs  <[email protected]>
 
         AX: [ATK] Implement support for new AtkRole types for MathML

Modified: trunk/Source/WebCore/history/PageCache.h (179254 => 179255)


--- trunk/Source/WebCore/history/PageCache.h	2015-01-28 17:08:16 UTC (rev 179254)
+++ trunk/Source/WebCore/history/PageCache.h	2015-01-28 17:22:14 UTC (rev 179255)
@@ -96,8 +96,10 @@
         HistoryItem* m_tail;
         
         bool m_shouldClearBackingStores;
-     };
 
+        friend class WTF::NeverDestroyed<PageCache>;
+    };
+
 } // namespace WebCore
 
 #endif // PageCache_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to