| Index: Source/core/svg/properties/SVGAnimatedProperty.h
 | 
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
 | 
| index c16e86ed5b9e2ce5798da3b86a956fb104a3d6d6..b7dd7acc84cc20ab5db9699ce510ae1ab86736c5 100644
 | 
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
 | 
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
 | 
| @@ -212,7 +212,7 @@ public:
 | 
|          return this->baseValue()->value();
 | 
|      }
 | 
|  
 | 
| -    void setBaseVal(PrimitiveType value, blink::ExceptionState& exceptionState)
 | 
| +    void setBaseVal(PrimitiveType value, ExceptionState& exceptionState)
 | 
|      {
 | 
|          if (this->isReadOnly()) {
 | 
|              exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only.");
 | 
| 
 |