Ignore:
Timestamp:
Dec 7, 2011, 4:28:55 PM (13 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r102267.
http://trac.webkit.org/changeset/102267
https://bugs.webkit.org/show_bug.cgi?id=74032

Breaks build on Chromium Mac Debug (Requested by aklein on
#webkit).

Patch by Sheriff Bot <[email protected]> on 2011-12-07

Source/JavaScriptCore:

  • wtf/HashTraits.h:

Source/WebCore:

  • dom/ChildListMutationScope.cpp:

(WebCore::MutationAccumulationRouter::MutationAccumulationRouter::childAdded):
(WebCore::MutationAccumulationRouter::MutationAccumulationRouter::willRemoveChild):
(WebCore::MutationAccumulationRouter::MutationAccumulationRouter::incrementScopingLevel):
(WebCore::MutationAccumulationRouter::MutationAccumulationRouter::decrementScopingLevel):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/HashTraits.h

    r102267 r102282  
    118118        typedef PassOwnPtr<P> PassOutType;
    119119        static PassOwnPtr<P> passOut(OwnPtr<P>& value) { return value.release(); }
    120         static PassOwnPtr<P> passOut(std::nullptr_t) { return nullptr; }
    121120
    122121        typedef typename OwnPtr<P>::PtrType PeekType;
Note: See TracChangeset for help on using the changeset viewer.