Changeset 86211 in webkit


Ignore:
Timestamp:
May 10, 2011 10:21:20 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-05-10 Adam Barth <abarth@webkit.org>

Reviewed by David Levin.

Enable strict PassOwnPtr on Chromium
https://bugs.webkit.org/show_bug.cgi?id=60502

Other platforms to follow.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r86209 r86211  
     12011-05-10  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by David Levin.
     4
     5        Enable strict PassOwnPtr on Chromium
     6        https://bugs.webkit.org/show_bug.cgi?id=60502
     7
     8        Other platforms to follow.
     9
     10        * wtf/PassOwnPtr.h:
     11
    1122011-05-10  Geoffrey Garen  <ggaren@apple.com>
    213
  • trunk/Source/JavaScriptCore/wtf/PassOwnPtr.h

    r85749 r86211  
    3232#include "TypeTraits.h"
    3333
     34#if !PLATFORM(CHROMIUM)
    3435// Remove this once we make all WebKit code compatible with stricter rules about PassOwnPtr.
    3536#define LOOSE_PASS_OWN_PTR
     37#endif
    3638
    3739namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.