Changeset 219217 in webkit


Ignore:
Timestamp:
Jul 6, 2017 2:20:18 PM (7 years ago)
Author:
Matt Lewis
Message:

Unreviewed, rolling out r219193.

The tests added with this revision were extreamly flaky on all
platforms.

Reverted changeset:

"[SVG] Leak in SVGAnimatedListPropertyTearOff"
https://bugs.webkit.org/show_bug.cgi?id=172545
http://trac.webkit.org/changeset/219193

Location:
trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r219212 r219217  
     12017-07-06  Matt Lewis  <jlewis3@apple.com>
     2
     3        Unreviewed, rolling out r219193.
     4
     5        The tests added with this revision were extreamly flaky on all
     6        platforms.
     7
     8        Reverted changeset:
     9
     10        "[SVG] Leak in SVGAnimatedListPropertyTearOff"
     11        https://bugs.webkit.org/show_bug.cgi?id=172545
     12        http://trac.webkit.org/changeset/219193
     13
    1142017-07-06  Matt Lewis  <jlewis3@apple.com>
    215
  • trunk/Source/WebCore/ChangeLog

    r219216 r219217  
     12017-07-06  Matt Lewis  <jlewis3@apple.com>
     2
     3        Unreviewed, rolling out r219193.
     4
     5        The tests added with this revision were extreamly flaky on all
     6        platforms.
     7
     8        Reverted changeset:
     9
     10        "[SVG] Leak in SVGAnimatedListPropertyTearOff"
     11        https://bugs.webkit.org/show_bug.cgi?id=172545
     12        http://trac.webkit.org/changeset/219193
     13
    1142017-07-06  Zalan Bujtas  <zalan@apple.com>
    215
  • trunk/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h

    r219193 r219217  
    7474        else if (&property == m_animVal)
    7575            m_animVal = nullptr;
    76         if (!m_baseVal && !m_animVal)
    77             detachListWrappers(m_values.size());
    7876    }
    7977
Note: See TracChangeset for help on using the changeset viewer.