Title: [113358] trunk/Source/WebCore
Revision
113358
Author
[email protected]
Date
2012-04-05 12:38:07 -0700 (Thu, 05 Apr 2012)

Log Message

2012-04-05  Antonio Gomes  <[email protected]>

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

        Complementary to r113329.

        * rendering/HitTestResult.cpp:
        (WebCore::HitTestResult::operator=):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (113357 => 113358)


--- trunk/Source/WebCore/ChangeLog	2012-04-05 19:32:29 UTC (rev 113357)
+++ trunk/Source/WebCore/ChangeLog	2012-04-05 19:38:07 UTC (rev 113358)
@@ -1,3 +1,12 @@
+2012-04-05  Antonio Gomes  <[email protected]>
+
+        Unreviewed bit left over from rebasing the origin patch before landing it.
+
+        Complementary to r113329.
+
+        * rendering/HitTestResult.cpp:
+        (WebCore::HitTestResult::operator=):
+
 2012-04-05  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r113241.

Modified: trunk/Source/WebCore/rendering/HitTestResult.cpp (113357 => 113358)


--- trunk/Source/WebCore/rendering/HitTestResult.cpp	2012-04-05 19:32:29 UTC (rev 113357)
+++ trunk/Source/WebCore/rendering/HitTestResult.cpp	2012-04-05 19:38:07 UTC (rev 113358)
@@ -138,7 +138,8 @@
         m_topPadding = m_rightPadding = m_bottomPadding = m_leftPadding = 0;
 
     m_rectBasedTestResult = adoptPtr(other.m_rectBasedTestResult ? new NodeSet(*other.m_rectBasedTestResult) : 0);
-    
+    m_shadowContentFilterPolicy = other.shadowContentFilterPolicy();
+
     m_region = other.m_region;
 
     return *this;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to