Changeset 220484 in webkit


Ignore:
Timestamp:
Aug 9, 2017 3:08:35 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r219334.
https://bugs.webkit.org/show_bug.cgi?id=175398

Caused bug 175023 (Requested by ap on #webkit).

Reverted changeset:

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

Location:
trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r220476 r220484  
     12017-08-09  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r219334.
     4        https://bugs.webkit.org/show_bug.cgi?id=175398
     5
     6        Caused bug 175023 (Requested by ap on #webkit).
     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/219334
     13
    1142017-08-09  Daniel Bates  <dabates@apple.com>
    215
  • trunk/Source/WebCore/ChangeLog

    r220479 r220484  
     12017-08-09  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r219334.
     4        https://bugs.webkit.org/show_bug.cgi?id=175398
     5
     6        Caused bug 175023 (Requested by ap on #webkit).
     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/219334
     13
    1142017-08-09  Dave Hyatt  <hyatt@apple.com>
    215
  • trunk/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h

    r219334 r220484  
    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.