Index: Source/core/frame/BarProp.cpp |
diff --git a/Source/core/frame/BarProp.cpp b/Source/core/frame/BarProp.cpp |
index 9483a38258a70e5027fdeda4858e52f3b20018f7..e4de0eaaca573ad7b73a6405699e1521f97d8e22 100644 |
--- a/Source/core/frame/BarProp.cpp |
+++ b/Source/core/frame/BarProp.cpp |
@@ -44,7 +44,6 @@ BarProp::BarProp(LocalFrame* frame, Type type) |
bool BarProp::visible() const |
{ |
- ASSERT(m_frame); |
if (!m_frame) |
return false; |
FrameHost* host = m_frame->host(); |