Chromium Code Reviews| Index: Source/core/svg/properties/NewSVGPropertyTearOff.h |
| diff --git a/Source/core/svg/properties/NewSVGPropertyTearOff.h b/Source/core/svg/properties/NewSVGPropertyTearOff.h |
| index 1e51da21c7a9297750a2454966c064d7ff861123..4de5702f25d044d2a16c5cca9a688dbb9f5501a1 100644 |
| --- a/Source/core/svg/properties/NewSVGPropertyTearOff.h |
| +++ b/Source/core/svg/properties/NewSVGPropertyTearOff.h |
| @@ -81,7 +81,7 @@ public: |
| return isReadOnlyProperty() || isAnimVal(); |
| } |
| - void commitChange(); |
| + virtual void commitChange(); |
|
haraken
2014/01/17 11:50:18
Add OVERRIDE.
kouhei (in TOK)
2014/01/20 01:10:26
No this is the base class. Added OVERRIDE to SVGCu
|
| SVGElement* contextElement() |
| { |