| Index: Source/core/editing/EditingStyle.cpp | 
| diff --git a/Source/core/editing/EditingStyle.cpp b/Source/core/editing/EditingStyle.cpp | 
| index a343689ca1964a23c7a638076903e9c66816fe31..7211fc1cbdc3c235262f74eac1c6d182dc709fa8 100644 | 
| --- a/Source/core/editing/EditingStyle.cpp | 
| +++ b/Source/core/editing/EditingStyle.cpp | 
| @@ -1243,7 +1243,7 @@ PassRefPtr<EditingStyle> EditingStyle::styleAtSelectionStart(const VisibleSelect | 
| // and find the background color of the common ancestor. | 
| if (shouldUseBackgroundColorInEffect && (selection.isRange() || hasTransparentBackgroundColor(style->m_mutableStyle.get()))) { | 
| RefPtr<Range> range(selection.toNormalizedRange()); | 
| -        if (PassRefPtr<CSSValue> value = backgroundColorInEffect(range->commonAncestorContainer(IGNORE_EXCEPTION_STATE))) | 
| +        if (PassRefPtr<CSSValue> value = backgroundColorInEffect(range->commonAncestorContainer(IGNORE_EXCEPTION))) | 
| style->setProperty(CSSPropertyBackgroundColor, value->cssText()); | 
| } | 
|  | 
|  |