| Index: sky/engine/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/sky/engine/core/html/parser/HTMLDocumentParser.h b/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| index fc0ed3e24eabbafff34a9b243a9ae1ec9c4e0b55..23e58ed57e8e9a2eea909793627b3ce1216232b3 100644
|
| --- a/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| +++ b/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| @@ -94,7 +94,7 @@ private:
|
|
|
| void stopBackgroundParser();
|
| void processParsedChunkFromBackgroundParser(PassOwnPtr<ParsedChunk>);
|
| - void pumpPendingSpeculations();
|
| + void pumpPendingChunks();
|
|
|
| Document* contextForParsingSession();
|
|
|
| @@ -119,7 +119,7 @@ private:
|
| HTMLScriptRunner m_scriptRunner;
|
|
|
| OwnPtr<ParsedChunk> m_lastChunkBeforeScript;
|
| - Deque<OwnPtr<ParsedChunk> > m_speculations;
|
| + Deque<OwnPtr<ParsedChunk> > m_pendingChunks;
|
| base::WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
|
| base::WeakPtr<BackgroundHTMLParser> m_backgroundParser;
|
|
|
|
|