Index: third_party/WebKit/Source/web/WebNode.cpp |
diff --git a/third_party/WebKit/Source/web/WebNode.cpp b/third_party/WebKit/Source/web/WebNode.cpp |
index 60933dfc3e5d55f999bb1e8090c34c458e73dc68..44ef00b9510a6df7a0e1842dbddacded138e83aa 100644 |
--- a/third_party/WebKit/Source/web/WebNode.cpp |
+++ b/third_party/WebKit/Source/web/WebNode.cpp |
@@ -171,7 +171,7 @@ bool WebNode::isFocusable() const |
bool WebNode::isContentEditable() const |
tkent
2016/07/21 08:28:44
I found this function was not used and we should r
yoichio
2016/07/21 08:36:33
Acknowledged.
tkent
2016/07/25 01:54:16
I was wrong. It's used only for Android. RenderW
|
{ |
- return m_private->isContentEditable(); |
+ return blink::isContentEditable(*m_private); |
} |
bool WebNode::isInsideFocusableElementOrARIAWidget() const |