| Index: third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp b/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| index f656972fb94a41ebc2b4c6d74c747a39724c5fd4..86c153416e3f5977215482a052f16000f03d7512 100644
|
| --- a/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| @@ -85,7 +85,7 @@ TEST_F(DocumentLoaderTest, MultiChunkWithReentrancy)
|
| {
|
| // This test delegate chunks the response stage into three distinct stages:
|
| // 1. The first dataReceived() callback, which triggers frame detach due to
|
| - // commiting a provisional load.
|
| + // committing a provisional load.
|
| // 2. The middle part of the response, which is dispatched to
|
| // dataReceived() reentrantly.
|
| // 3. The final chunk, which is dispatched normally at the top-level.
|
|
|