Index: Source/core/html/HTMLFrameElement.cpp |
diff --git a/Source/core/html/HTMLFrameElement.cpp b/Source/core/html/HTMLFrameElement.cpp |
index f3ade9c49a753d785008df8681d3d516e1a72d60..712877d60e9c46304cefb229838c38aba8c86b2e 100644 |
--- a/Source/core/html/HTMLFrameElement.cpp |
+++ b/Source/core/html/HTMLFrameElement.cpp |
@@ -74,7 +74,7 @@ bool HTMLFrameElement::noResize() const |
void HTMLFrameElement::attach(const AttachContext& context) |
{ |
HTMLFrameElementBase::attach(context); |
- |
+ |
if (HTMLFrameSetElement* frameSetElement = containingFrameSetElement(this)) { |
if (!m_frameBorderSet) |
m_frameBorder = frameSetElement->hasFrameBorder(); |