Changeset 113358 in webkit


Ignore:
Timestamp:
Apr 5, 2012 12:38:07 PM (12 years ago)
Author:
tonikitoo@webkit.org
Message:

2012-04-05 Antonio Gomes <agomes@rim.com>

Unreviewed bit left over from rebasing the origin patch before landing it.

Complementary to r113329.

  • rendering/HitTestResult.cpp: (WebCore::HitTestResult::operator=):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r113350 r113358  
     12012-04-05  Antonio Gomes  <agomes@rim.com>
     2
     3        Unreviewed bit left over from rebasing the origin patch before landing it.
     4
     5        Complementary to r113329.
     6
     7        * rendering/HitTestResult.cpp:
     8        (WebCore::HitTestResult::operator=):
     9
    1102012-04-05  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/Source/WebCore/rendering/HitTestResult.cpp

    r113329 r113358  
    139139
    140140    m_rectBasedTestResult = adoptPtr(other.m_rectBasedTestResult ? new NodeSet(*other.m_rectBasedTestResult) : 0);
    141    
     141    m_shadowContentFilterPolicy = other.shadowContentFilterPolicy();
     142
    142143    m_region = other.m_region;
    143144
Note: See TracChangeset for help on using the changeset viewer.