| Index: webkit/glue/context_menu_client_impl.cc
|
| ===================================================================
|
| --- webkit/glue/context_menu_client_impl.cc (revision 6726)
|
| +++ webkit/glue/context_menu_client_impl.cc (working copy)
|
| @@ -184,7 +184,8 @@
|
| if (type == ContextNode::NONE) {
|
| if (r.isContentEditable()) {
|
| type = ContextNode::EDITABLE;
|
| - if (webview_->FocusedFrameNeedsSpellchecking()) {
|
| + if (webview_->GetFocusedWebCoreFrame()->editor()->
|
| + isContinuousSpellCheckingEnabled()) {
|
| misspelled_word_string = GetMisspelledWord(default_menu,
|
| selected_frame);
|
| }
|
|
|