| Index: Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp
|
| index 7d1e60c986bb2a96e575e144fb85729e0bf22667..3cf7f3bb0f744ce2fc6b67aee2b78f08d53780f1 100644
|
| --- a/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/Source/core/svg/SVGViewSpec.cpp
|
| @@ -102,10 +102,10 @@ const AtomicString& SVGViewSpec::transformIdentifier()
|
| return s_identifier;
|
| }
|
|
|
| -void SVGViewSpec::setZoomAndPan(unsigned short, ExceptionState& es)
|
| +void SVGViewSpec::setZoomAndPan(unsigned short, ExceptionState& exceptionState)
|
| {
|
| // SVGViewSpec and all of its content is read-only.
|
| - es.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| + exceptionState.throwUninformativeAndGenericDOMException(NoModificationAllowedError);
|
| }
|
|
|
| void SVGViewSpec::setTransformString(const String& transform)
|
|
|