Changeset 46105 in webkit


Ignore:
Timestamp:
Jul 19, 2009 11:50:49 AM (15 years ago)
Author:
rwlbuis@webkit.org
Message:

Reviewed by Adam Barth.

Remove unused member variable.

  • svg/SVGPolyElement.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r46104 r46105  
     12009-07-19  Rob Buis  <rwlbuis@gmail.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        Remove unused member variable.
     6
     7        * svg/SVGPolyElement.h:
     8
    192009-07-19  Eric Carlson  <eric.carlson@apple.com>
    210
  • trunk/WebCore/svg/SVGPolyElement.h

    r35255 r46105  
    5959
    6060    private:
    61         bool m_ignoreAttributeChanges : 1;
    6261        mutable RefPtr<SVGPointList> m_points;
    6362    };
Note: See TracChangeset for help on using the changeset viewer.