| Index: third_party/WebKit/Source/core/fetch/DocumentResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/DocumentResource.cpp b/third_party/WebKit/Source/core/fetch/DocumentResource.cpp
|
| index c94f3d50d0fef240d3a6df4474e575e83f6d96e2..d1341b3081fce92e0d970d00af7c11816c5621f2 100644
|
| --- a/third_party/WebKit/Source/core/fetch/DocumentResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/DocumentResource.cpp
|
| @@ -57,7 +57,8 @@ DEFINE_TRACE(DocumentResource) {
|
|
|
| void DocumentResource::checkNotify() {
|
| if (data() && mimeTypeAllowed()) {
|
| - // We don't need to create a new frame because the new document belongs to the parent UseElement.
|
| + // We don't need to create a new frame because the new document belongs to
|
| + // the parent UseElement.
|
| m_document = createDocument(response().url());
|
| m_document->setContent(decodedText());
|
| }
|
|
|