Changeset 46880 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 6, 2009, 8:30:08 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r46879 r46880 1 2009-08-06 Adam Barth <[email protected]> 2 3 Unreviewed revert. 4 5 http://bugs.webkit.org/show_bug.cgi?id=27879 6 7 Revert 46877 because it broke GTK. 8 9 * wtf/Noncopyable.h: 10 1 11 2009-08-06 Gavin Barraclough <[email protected]> 2 12 -
trunk/JavaScriptCore/wtf/Noncopyable.h
r46877 r46880 29 29 namespace WTFNoncopyable { 30 30 31 class Noncopyable : public FastAllocBase{31 class Noncopyable { 32 32 Noncopyable(const Noncopyable&); 33 33 Noncopyable& operator=(const Noncopyable&);
Note:
See TracChangeset
for help on using the changeset viewer.