Changeset 85434 in webkit


Ignore:
Timestamp:
May 1, 2011 3:30:43 PM (13 years ago)
Author:
Patrick Gansterer
Message:

2011-05-01 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Barth.

Enable strict OwnPtr for PLATFORM(WIN)
https://bugs.webkit.org/show_bug.cgi?id=59881

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r85432 r85434  
     12011-05-01  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Enable strict OwnPtr for PLATFORM(WIN)
     6        https://bugs.webkit.org/show_bug.cgi?id=59881
     7
     8        * wtf/OwnPtr.h:
     9
    1102011-05-01  Gavin Barraclough  <barraclough@apple.com>
    211
  • trunk/Source/JavaScriptCore/wtf/OwnPtr.h

    r85405 r85434  
    3030
    3131// Remove this once we make all WebKit code compatible with stricter rules about OwnPtr.
    32 #if !PLATFORM(MAC) && !PLATFORM(CHROMIUM) && !PLATFORM(QT) && !PLATFORM(GTK)
     32#if !PLATFORM(MAC) && !PLATFORM(CHROMIUM) && !PLATFORM(QT) && !PLATFORM(GTK) && !PLATFORM(WIN)
    3333#define LOOSE_OWN_PTR
    3434#endif
Note: See TracChangeset for help on using the changeset viewer.