Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
index 994e905583fc7a00c3ec21da410e6a48d5a74f2e..4cdd26430542428218a0d77df6adcd1c284d9120 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
@@ -111,7 +111,7 @@ void HTMLFrameElementBase::parseAttribute(const QualifiedName& name, const Atomi |
{ |
if (name == srcdocAttr) { |
if (!value.isNull()) { |
- setLocation("about:srcdoc"); |
+ setLocation(srcdocURL().string()); |
} else { |
const AtomicString& srcValue = fastGetAttribute(srcAttr); |
if (!srcValue.isNull()) |