Changeset 85167 in webkit


Ignore:
Timestamp:
Apr 27, 2011 11:35:44 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-04-27 Adam Barth <abarth@webkit.org>

Reviewed by David Levin.

Enable strict OwnPtrs for Chromium
https://bugs.webkit.org/show_bug.cgi?id=59666

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r85117 r85167  
     12011-04-27  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by David Levin.
     4
     5        Enable strict OwnPtrs for Chromium
     6        https://bugs.webkit.org/show_bug.cgi?id=59666
     7
     8        * wtf/OwnPtr.h:
     9
    1102011-04-27  Oliver Hunt  <oliver@apple.com>
    211
  • trunk/Source/JavaScriptCore/wtf/OwnPtr.h

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