Changeset 46880 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Aug 6, 2009, 8:30:08 PM (16 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2009-08-06 Adam Barth <[email protected]>

Unreviewed revert.

http://bugs.webkit.org/show_bug.cgi?id=27879

Revert 46877 because it broke GTK.

  • wtf/Noncopyable.h:

WebCore:

2009-08-06 Adam Barth <[email protected]>

Unreviewed revert.

http://bugs.webkit.org/show_bug.cgi?id=27879

Revert 46877 because it broke GTK.

  • platform/graphics/wince/GraphicsContextWince.cpp:

WebKit/win:

2009-08-06 Adam Barth <[email protected]>

Unreviewed revert.

http://bugs.webkit.org/show_bug.cgi?id=27879

Revert 46877 because it broke GTK.

  • COMPropertyBag.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r46879 r46880  
     12009-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
    1112009-08-06  Gavin Barraclough  <[email protected]>
    212
  • trunk/JavaScriptCore/wtf/Noncopyable.h

    r46877 r46880  
    2929namespace WTFNoncopyable {
    3030
    31     class Noncopyable : public FastAllocBase {
     31    class Noncopyable {
    3232        Noncopyable(const Noncopyable&);
    3333        Noncopyable& operator=(const Noncopyable&);
Note: See TracChangeset for help on using the changeset viewer.