| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 66037130cf252856d97c8c24965652c8d0f53139..abd6554f5371f296be2f29e48dd87adc37f4c815 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -693,7 +693,7 @@ MHTMLArchive* FrameFetchContext::Archive() const {
|
| DCHECK(!IsMainFrame());
|
| // TODO(nasko): How should this work with OOPIF?
|
| // The MHTMLArchive is parsed as a whole, but can be constructed from frames
|
| - // in mutliple processes. In that case, which process should parse it and how
|
| + // in multiple processes. In that case, which process should parse it and how
|
| // should the output be spread back across multiple processes?
|
| if (!GetFrame()->Tree().Parent()->IsLocalFrame())
|
| return nullptr;
|
|
|