| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| index cca7640d273ad73736aad78bcd21b76dda7f94b0..6affd4abe8b6df304684565c992a25e8a1ccbbac 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -1002,7 +1002,7 @@ TextPosition HTMLDocumentParser::textPosition() const
|
| bool HTMLDocumentParser::isWaitingForScripts() const
|
| {
|
| // When the TreeBuilder encounters a </script> tag, it returns to the HTMLDocumentParser
|
| - // where the script is transfered from the treebuilder to the script runner.
|
| + // where the script is transferred from the treebuilder to the script runner.
|
| // The script runner will hold the script until its loaded and run. During
|
| // any of this time, we want to count ourselves as "waiting for a script" and thus
|
| // run the preload scanner, as well as delay completion of parsing.
|
|
|