Title: [153313] trunk/Source/_javascript_Core
Revision
153313
Author
[email protected]
Date
2013-07-25 04:23:57 -0700 (Thu, 25 Jul 2013)

Log Message

Unreviewed.

* heap/CopyVisitor.cpp: Include CopiedSpaceInlines header so the CopiedSpace::recycleEvacuatedBlock
method is not left undefined, causing build failures on (at least) the GTK port.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (153312 => 153313)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-25 11:19:53 UTC (rev 153312)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-25 11:23:57 UTC (rev 153313)
@@ -1,5 +1,12 @@
 2013-07-25  Zan Dobersek  <[email protected]>
 
+        Unreviewed.
+
+        * heap/CopyVisitor.cpp: Include CopiedSpaceInlines header so the CopiedSpace::recycleEvacuatedBlock
+        method is not left undefined, causing build failures on (at least) the GTK port.
+
+2013-07-25  Zan Dobersek  <[email protected]>
+
         Unreviewed, further build fixing on the GTK port.
 
         * GNUmakefile.list.am: Add CompilationResult source files to the build.

Modified: trunk/Source/_javascript_Core/heap/CopyVisitor.cpp (153312 => 153313)


--- trunk/Source/_javascript_Core/heap/CopyVisitor.cpp	2013-07-25 11:19:53 UTC (rev 153312)
+++ trunk/Source/_javascript_Core/heap/CopyVisitor.cpp	2013-07-25 11:23:57 UTC (rev 153313)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "CopyVisitor.h"
 
+#include "CopiedSpaceInlines.h"
 #include "CopyVisitorInlines.h"
 #include "CopyWorkList.h"
 #include "GCThreadSharedData.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to