Index: Source/core/html/HTMLFormElement.cpp |
diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp |
index 27cda28db711fd309792ac4531f80998dfcecf55..a1d921ce57a225b4695ed82c015555b37634208b 100644 |
--- a/Source/core/html/HTMLFormElement.cpp |
+++ b/Source/core/html/HTMLFormElement.cpp |
@@ -665,7 +665,7 @@ void HTMLFormElement::setMethod(const AtomicString& value) |
setAttribute(methodAttr, value); |
} |
-String HTMLFormElement::target() const |
+AtomicString HTMLFormElement::target() const |
{ |
return getAttribute(targetAttr); |
} |