| Index: Source/core/animation/StringKeyframe.h
|
| diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h
|
| index 1b958f584e401916788c438ec34407af57de65e3..25c3c50d755d089bcb04475a31dd26fb18427ff1 100644
|
| --- a/Source/core/animation/StringKeyframe.h
|
| +++ b/Source/core/animation/StringKeyframe.h
|
| @@ -95,7 +95,7 @@ public:
|
|
|
| private:
|
| StringKeyframe()
|
| - : m_propertySet(MutableStylePropertySet::create())
|
| + : m_propertySet(MutableStylePropertySet::create(HTMLQuirksMode))
|
| { }
|
|
|
| StringKeyframe(const StringKeyframe& copyFrom);
|
|
|