Changeset 223728 in webkit for trunk/Source/WebCore/css/CSSKeyframeRule.cpp
- Timestamp:
- Oct 19, 2017, 4:48:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSKeyframeRule.cpp
r218588 r223728 48 48 } 49 49 50 StyleRuleKeyframe::~StyleRuleKeyframe() 51 { 52 } 50 StyleRuleKeyframe::~StyleRuleKeyframe() = default; 53 51 54 52 MutableStyleProperties& StyleRuleKeyframe::mutableProperties()
Note:
See TracChangeset
for help on using the changeset viewer.