now CRLF clean.
Reviewed by Holger Freyther.
* .gitattributes:
WebCore: Replaced stray CRLF with LF.
Reviewed by Holger Freyther.
* wml/WMLInputElement.cpp:
(WebCore::WMLInputElement::suggestedValue):
* wml/WMLInputElement.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54716
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
WebCore/platform/network/win/NetworkStateNotifierWin.cpp -crlf
WebCore/platform/wx/wxcode/non-kerned-drawing.h -crlf
WebCore/rendering/RenderThemeChromiumWin.h -crlf
-WebCore/wml/WMLInputElement.cpp -crlf
-WebCore/wml/WMLInputElement.h -crlf
WebKit/chromium/src/EventListenerWrapper.cpp -crlf
WebKit/chromium/src/EventListenerWrapper.h -crlf
WebKit/chromium/src/WebEventListener.cpp -crlf
+2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
+
+ Reviewed by Holger Freyther.
+
+ Removed WMLInputElement.* from .gitattributes as the file is
+ now CRLF clean.
+
+ * .gitattributes:
+
2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
Reviewed by Tor Arne Vestbø.
+2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
+
+ Reviewed by Holger Freyther.
+
+ Replaced stray CRLF with LF.
+
+ * wml/WMLInputElement.cpp:
+ (WebCore::WMLInputElement::suggestedValue):
+ * wml/WMLInputElement.h:
+
2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
Reviewed by Tor Arne Vestbø.
return m_data.name();
}
-const String& WMLInputElement::suggestedValue() const\r
-{\r
- return m_data.suggestedValue();\r
-}\r
+const String& WMLInputElement::suggestedValue() const
+{
+ return m_data.suggestedValue();
+}
String WMLInputElement::value() const
{
virtual int size() const;
virtual const AtomicString& formControlType() const;
virtual const AtomicString& formControlName() const;
- virtual const String& suggestedValue() const;\r
+ virtual const String& suggestedValue() const;
virtual String value() const;
virtual void setValue(const String&, bool sendChangeEvent = false);
virtual void setValueForUser(const String&);