git://git.webkit.org
/
WebKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename AtomicString to AtomString
[WebKit.git]
/
Source
/
WebCore
/
html
/
PasswordInputType.cpp
diff --git
a/Source/WebCore/html/PasswordInputType.cpp
b/Source/WebCore/html/PasswordInputType.cpp
index
af2e38c
..
f7b975e
100644
(file)
--- a/
Source/WebCore/html/PasswordInputType.cpp
+++ b/
Source/WebCore/html/PasswordInputType.cpp
@@
-39,7
+39,7
@@
namespace WebCore {
-const Atom
ic
String& PasswordInputType::formControlType() const
+const AtomString& PasswordInputType::formControlType() const
{
return InputTypeNames::password();
}