Skip to content

Commit 45a9511

Browse files
committed
Build fix: Corrected header spelling.
* heap/OldSpace.h: Canonical link: https://commits.webkit.org/77926@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@88520 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 87afc95 commit 45a9511

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2011-06-09 Geoffrey Garen <ggaren@apple.com>
2+
3+
Build fix: Corrected header spelling.
4+
5+
* heap/OldSpace.h:
6+
17
2011-06-09 Geoffrey Garen <ggaren@apple.com>
28

39
Reviewed by Oliver Hunt.

Source/JavaScriptCore/heap/OldSpace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include "MarkedBlock.h"
3030
#include <wtf/DoublyLinkedList.h>
31-
#include <wtf/NonCopyable.h>
31+
#include <wtf/Noncopyable.h>
3232

3333
namespace JSC {
3434

0 commit comments

Comments
 (0)