Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 7953fe0d40d6ba63f7c95b40434a740680f628e8..6d4f1ff5fa5fc0cfa60010e04b338506f79505a5 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -2262,7 +2262,7 @@ WebTextInputType WebViewImpl::textInputType() |
} |
#endif |
- if (element->shouldUseInputMethod()) |
+ if (element->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable)) |
return WebTextInputTypeContentEditable; |
return WebTextInputTypeNone; |