Ignore:
Timestamp:
Jul 14, 2009, 11:00:24 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-14 Steve Falkenburg <[email protected]>

Reorganize JavaScriptCore headers into:
API: include/JavaScriptCore/
Private: include/private/JavaScriptCore/

Reviewed by Darin Adler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSCell.h

    r45891 r45897  
    3232namespace JSC {
    3333
    34     class JSCell : public Noncopyable {
     34    class JSCell : public NoncopyableCustomAllocated {
    3535        friend class GetterSetter;
    3636        friend class Heap;
Note: See TracChangeset for help on using the changeset viewer.