Title: [187495] trunk/Source/WTF
Revision
187495
Author
[email protected]
Date
2015-07-28 11:42:44 -0700 (Tue, 28 Jul 2015)

Log Message

Unreviewed, fix Windows build.

* wtf/MetaAllocatorHandle.h:
(WTF::MetaAllocatorHandle::key):

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (187494 => 187495)


--- trunk/Source/WTF/ChangeLog	2015-07-28 18:26:25 UTC (rev 187494)
+++ trunk/Source/WTF/ChangeLog	2015-07-28 18:42:44 UTC (rev 187495)
@@ -1,3 +1,10 @@
+2015-07-28  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix Windows build.
+
+        * wtf/MetaAllocatorHandle.h:
+        (WTF::MetaAllocatorHandle::key):
+
 2015-07-27  Filip Pizlo  <[email protected]>
 
         Add logging when executable code gets deallocated

Modified: trunk/Source/WTF/wtf/MetaAllocatorHandle.h (187494 => 187495)


--- trunk/Source/WTF/wtf/MetaAllocatorHandle.h	2015-07-28 18:26:25 UTC (rev 187494)
+++ trunk/Source/WTF/wtf/MetaAllocatorHandle.h	2015-07-28 18:42:44 UTC (rev 187495)
@@ -104,7 +104,7 @@
         return m_start;
     }
 
-    void dump(PrintStream& out) const;
+    WTF_EXPORT_PRIVATE void dump(PrintStream& out) const;
     
 private:
     friend class MetaAllocator;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to