Changeset 226718 in webkit
- Timestamp:
- Jan 10, 2018, 9:01:23 AM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/RuleFeature.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r226714 r226718 1 2018-01-10 Antti Koivisto <antti@apple.com> 2 3 Try to fix windows build. 4 5 * css/RuleFeature.cpp: 6 (WebCore::RuleFeatureSet::computeNextMatchElement): 7 1 8 2018-01-10 Zalan Bujtas <zalan@apple.com> 2 9 -
trunk/Source/WebCore/css/RuleFeature.cpp
r226703 r226718 66 66 return MatchElement::Host; 67 67 }; 68 ASSERT_NOT_REACHED(); 69 return matchElement; 68 70 }; 69 71
Note:
See TracChangeset
for help on using the changeset viewer.