| Index: Source/core/html/HTMLFormControlElementTest.cpp | 
| diff --git a/Source/core/html/HTMLFormControlElementTest.cpp b/Source/core/html/HTMLFormControlElementTest.cpp | 
| index af4caac7110229ba3deca263b243ee058c3c6748..9ead1126efde49ae0cf99970c369c4b49137a388 100644 | 
| --- a/Source/core/html/HTMLFormControlElementTest.cpp | 
| +++ b/Source/core/html/HTMLFormControlElementTest.cpp | 
| @@ -35,7 +35,6 @@ void HTMLFormControlElementTest::SetUp() | 
|  | 
| m_document = toHTMLDocument(&m_dummyPageHolder->document()); | 
| m_document->setMimeType("text/html"); | 
| -    m_document->setCharset("utf-8"); | 
| } | 
|  | 
| TEST_F(HTMLFormControlElementTest, customValidationMessageTextDirection) | 
|  |