| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index a25193ce31cf8a50485c094758f8a37d4f6185df..33addea021648d32f9e98f8aee7b3957e45d2f3b 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -3133,7 +3133,7 @@ String CSSComputedStyleDeclaration::getPropertyValueInternal(CSSPropertyID prope
|
|
|
| void CSSComputedStyleDeclaration::setPropertyInternal(CSSPropertyID id, const String&, bool, ExceptionState& exceptionState)
|
| {
|
| - exceptionState.throwDOMException(NoModificationAllowedError, "Failed to set the '" + getPropertyNameString(id) + "' property on a computed 'CSSStyleDeclaration': computed styles are read-only.");
|
| + exceptionState.throwDOMException(NoModificationAllowedError, "This object is computed, and therefore read-only.");
|
| }
|
|
|
| const HashMap<AtomicString, String>* CSSComputedStyleDeclaration::variableMap() const
|
|
|