| Index: Source/core/css/CSSKeyframeRule.h
|
| diff --git a/Source/core/css/CSSKeyframeRule.h b/Source/core/css/CSSKeyframeRule.h
|
| index 365ef74c1bb730d263f758cbca87805c6e037d3b..c6639b0c73803c03939e5c1877f58fc49caf08ad 100644
|
| --- a/Source/core/css/CSSKeyframeRule.h
|
| +++ b/Source/core/css/CSSKeyframeRule.h
|
| @@ -46,6 +46,9 @@ public:
|
| ~StyleKeyframe();
|
|
|
| String keyText() const { return m_key; }
|
| + // FIXME: Should we trim whitespace?
|
| + // FIXME: Should we leave keyText unchanged when attempting to set to an
|
| + // invalid string?
|
| void setKeyText(const String& s) { m_key = s; }
|
|
|
| void getKeys(Vector<float>& keys) const { parseKeyString(m_key, keys); }
|
|
|