Index: Source/core/rendering/RenderTextControlSingleLine.cpp |
diff --git a/Source/core/rendering/RenderTextControlSingleLine.cpp b/Source/core/rendering/RenderTextControlSingleLine.cpp |
index b14bc45326f7f4395e3851b4215806cb52f15a6f..2745ff1252b3afda65e49b4ee2c6da64583b5d89 100644 |
--- a/Source/core/rendering/RenderTextControlSingleLine.cpp |
+++ b/Source/core/rendering/RenderTextControlSingleLine.cpp |
@@ -47,7 +47,6 @@ RenderTextControlSingleLine::RenderTextControlSingleLine(HTMLInputElement* eleme |
, m_shouldDrawCapsLockIndicator(false) |
, m_desiredInnerTextLogicalHeight(-1) |
{ |
- ASSERT(element->hasTagName(inputTag)); |
} |
RenderTextControlSingleLine::~RenderTextControlSingleLine() |