Changeset 92140 in webkit
- Timestamp:
- Aug 1, 2011, 2:10:56 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/CSSStyleSelector.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r92139 r92140 1 2011-08-01 Ryosuke Niwa <rniwa@webkit.org> 2 3 Update comment added in r92139 per Darin's suggestion. 4 5 * css/CSSStyleSelector.cpp: 6 (WebCore::CSSStyleSelector::styleForElement): 7 1 8 2011-08-01 Ryosuke Niwa <rniwa@webkit.org> 2 9 -
trunk/Source/WebCore/css/CSSStyleSelector.cpp
r92139 r92140 1363 1363 } 1364 1364 1365 // Don't propagate user-modify into shadow DOM1365 // Even if surrounding content is user-editable, shadow DOM should act as a single unit, and not necessarily be editable 1366 1366 if (isAtShadowBoundary(e)) 1367 1367 m_style->setUserModify(RenderStyle::initialUserModify());
Note:
See TracChangeset
for help on using the changeset viewer.