Index: Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp |
index 3cfbab76a0caf2771c08212a00d51d874113873e..87abc68c5568c666593a5d08c5e14ac1973c4da4 100644 |
--- a/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/Source/core/html/HTMLFrameElementBase.cpp |
@@ -166,13 +166,6 @@ void HTMLFrameElementBase::attach(const AttachContext& context) |
} |
} |
-KURL HTMLFrameElementBase::location() const |
-{ |
- if (fastHasAttribute(srcdocAttr)) |
- return KURL(ParsedURLString, "about:srcdoc"); |
- return document().completeURL(getAttribute(srcAttr)); |
-} |
- |
void HTMLFrameElementBase::setLocation(const String& str) |
{ |
m_URL = AtomicString(str); |