Chromium Code Reviews| Index: Source/web/WebAXObject.cpp |
| diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
| index 3e65f10e686cb1587e2215099a871e90d1e0c8cb..5dca5777bda07647665f815eb46fb2264c72414c 100644 |
| --- a/Source/web/WebAXObject.cpp |
| +++ b/Source/web/WebAXObject.cpp |
| @@ -528,14 +528,6 @@ |
| return true; |
| } |
| -bool WebAXObject::isMultiline() const |
| -{ |
| - if (isDetached()) |
| - return false; |
| - |
| - return m_private->isMultiline(); |
| -} |
| - |
| bool WebAXObject::isInLiveRegion() const |
| { |
| if (isDetached()) |