| Index: Source/core/style/PathStyleMotionPath.h
|
| diff --git a/Source/core/style/PathStyleMotionPath.h b/Source/core/style/PathStyleMotionPath.h
|
| index 7c4a5b270dd289b14eca4a38661c213c1457e246..579c818bedca2eb5bdc54df747580162944a6dd2 100644
|
| --- a/Source/core/style/PathStyleMotionPath.h
|
| +++ b/Source/core/style/PathStyleMotionPath.h
|
| @@ -20,7 +20,7 @@ public:
|
| return adoptRef(new PathStyleMotionPath(pathString));
|
| }
|
|
|
| - virtual bool isPathStyleMotionPath() const override { return true; }
|
| + bool isPathStyleMotionPath() const override { return true; }
|
|
|
| bool equals(const PathStyleMotionPath& other) const
|
| {
|
|
|