| Index: Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp
|
| index 02eb344f57e668ebc3b8836e5fe4ff01afe63afb..d3d3b22cbcb4d91167b83e1dd0dc7f5e0f13edf4 100644
|
| --- a/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -41,7 +41,6 @@
|
| namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
| -using namespace std;
|
|
|
| HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName, Document& document, HTMLFormElement* form)
|
| : LabelableElement(tagName, document)
|
|
|