Index: Source/web/ContextMenuClientImpl.cpp |
diff --git a/Source/web/ContextMenuClientImpl.cpp b/Source/web/ContextMenuClientImpl.cpp |
index cf87198f3361c180e8d0e115162582fde0028e55..aeca1fcab51f320cac8f67e82e7a94c3dc4ae044 100644 |
--- a/Source/web/ContextMenuClientImpl.cpp |
+++ b/Source/web/ContextMenuClientImpl.cpp |
@@ -316,7 +316,7 @@ void ContextMenuClientImpl::showContextMenu(const WebCore::ContextMenu* defaultM |
m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions); |
} |
} else { |
- data.isSpellCheckingEnabled = |
+ data.isSpellCheckingEnabled = |
m_webView->focusedWebCoreFrame()->editor()->isContinuousSpellCheckingEnabled(); |
// Spellchecking might be enabled for the field, but could be disabled on the node. |
if (m_webView->focusedWebCoreFrame()->editor()->isSpellCheckingEnabledInFocusedNode()) { |