| Index: trunk/Source/web/WebFormControlElement.cpp
|
| ===================================================================
|
| --- trunk/Source/web/WebFormControlElement.cpp (revision 190671)
|
| +++ trunk/Source/web/WebFormControlElement.cpp (working copy)
|
| @@ -165,7 +165,7 @@
|
|
|
| WebString WebFormControlElement::directionForFormData() const
|
| {
|
| - if (const LayoutStyle* style = constUnwrap<HTMLFormControlElement>()->layoutStyle())
|
| + if (LayoutStyle* style = constUnwrap<HTMLFormControlElement>()->layoutStyle())
|
| return style->isLeftToRightDirection() ? WebString::fromUTF8("ltr") : WebString::fromUTF8("rtl");
|
| return WebString::fromUTF8("ltr");
|
| }
|
|
|