Changeset 68419 in webkit


Ignore:
Timestamp:
Sep 27, 2010 1:02:23 PM (14 years ago)
Author:
andersca@apple.com
Message:

Try to fix the Windows build.

  • wtf/Noncopyable.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r68414 r68419  
     12010-09-27  Anders Carlsson  <andersca@apple.com>
     2
     3        Try to fix the Windows build.
     4
     5        * wtf/Noncopyable.h:
     6
    172010-09-26  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/JavaScriptCore/wtf/Noncopyable.h

    r68414 r68419  
    3939        private: \
    4040            ClassName(const ClassName&); \
    41             ClassName& operator=(const ClassName&);
     41            ClassName& operator=(const ClassName&)
    4242#endif
    4343
Note: See TracChangeset for help on using the changeset viewer.