Title: [88520] trunk/Source/_javascript_Core
Revision
88520
Author
[email protected]
Date
2011-06-09 21:43:03 -0700 (Thu, 09 Jun 2011)

Log Message

Build fix: Corrected header spelling.

* heap/OldSpace.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (88519 => 88520)


--- trunk/Source/_javascript_Core/ChangeLog	2011-06-10 04:38:23 UTC (rev 88519)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-06-10 04:43:03 UTC (rev 88520)
@@ -1,5 +1,11 @@
 2011-06-09  Geoffrey Garen  <[email protected]>
 
+        Build fix: Corrected header spelling.
+
+        * heap/OldSpace.h:
+
+2011-06-09  Geoffrey Garen  <[email protected]>
+
         Reviewed by Oliver Hunt.
 
         Added OldSpace to the project

Modified: trunk/Source/_javascript_Core/heap/OldSpace.h (88519 => 88520)


--- trunk/Source/_javascript_Core/heap/OldSpace.h	2011-06-10 04:38:23 UTC (rev 88519)
+++ trunk/Source/_javascript_Core/heap/OldSpace.h	2011-06-10 04:43:03 UTC (rev 88520)
@@ -28,7 +28,7 @@
 
 #include "MarkedBlock.h"
 #include <wtf/DoublyLinkedList.h>
-#include <wtf/NonCopyable.h>
+#include <wtf/Noncopyable.h>
 
 namespace JSC {
     
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to