| Index: Source/core/html/HTMLMeterElement.cpp | 
| diff --git a/Source/core/html/HTMLMeterElement.cpp b/Source/core/html/HTMLMeterElement.cpp | 
| index a8e15ee4ba0e829526d06cf63bd8279400d38197..2359e8795036e1820573f5cda9c6e38b4bb0a2ad 100644 | 
| --- a/Source/core/html/HTMLMeterElement.cpp | 
| +++ b/Source/core/html/HTMLMeterElement.cpp | 
| @@ -233,9 +233,9 @@ void HTMLMeterElement::didAddUserAgentShadowRoot(ShadowRoot* root) | 
| m_value = MeterValueElement::create(document()); | 
| m_value->setWidthPercentage(0); | 
| m_value->updatePseudo(); | 
| -    bar->appendChild(m_value, ASSERT_NO_EXCEPTION_STATE); | 
| +    bar->appendChild(m_value, ASSERT_NO_EXCEPTION); | 
|  | 
| -    inner->appendChild(bar, ASSERT_NO_EXCEPTION_STATE); | 
| +    inner->appendChild(bar, ASSERT_NO_EXCEPTION); | 
| } | 
|  | 
| } // namespace | 
|  |