| Index: third_party/WebKit/Source/web/WebElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebElement.cpp b/third_party/WebKit/Source/web/WebElement.cpp
|
| index 43778b3db194248cde36817a2b5fad00ff586be6..3033177ad99f07db8c3f888b18997f276997f7be 100644
|
| --- a/third_party/WebKit/Source/web/WebElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebElement.cpp
|
| @@ -72,7 +72,7 @@ bool WebElement::isEditable() const
|
| return true;
|
| }
|
|
|
| - return equalIgnoringCase(element->getAttribute(roleAttr), "textbox");
|
| + return equalIgnoringASCIICase(element->getAttribute(roleAttr), "textbox");
|
| }
|
|
|
| WebString WebElement::tagName() const
|
|
|