Changeset 39076 in webkit


Ignore:
Timestamp:
Dec 6, 2008 6:05:19 PM (15 years ago)
Author:
Antti Koivisto
Message:

2008-12-06 Antti Koivisto <Antti Koivisto>

Reviewed by Darin Adler.

Also copy m_implicit field. Darin wanted this change commited separately.

  • css/CSSProperty.h: (WebCore::CSSProperty::operator=):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r39075 r39076  
     12008-12-06  Antti Koivisto  <antti@apple.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Also copy m_implicit field. Darin wanted this change commited separately.
     6
     7        * css/CSSProperty.h:
     8        (WebCore::CSSProperty::operator=):
     9
    1102008-12-06  Antti Koivisto  <antti@apple.com>
    211
  • trunk/WebCore/css/CSSProperty.h

    r39075 r39076  
    4646        m_shorthandID = other.m_shorthandID;
    4747        m_important = other.m_important;
     48        m_implicit = other.m_implicit;
    4849        m_value = other.m_value;
    4950        return *this;
Note: See TracChangeset for help on using the changeset viewer.