Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h |
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h |
| index bc967a414054bc98641c9b89c08048829fe7d33b..7b860396599824927ee554466b2ca444580c2c2f 100644 |
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h |
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h |
| @@ -104,7 +104,7 @@ private: |
| bool shouldYield(const SpeculationsPumpSession&, bool startingScript) const; |
| void continueParsing(); |
| - HTMLDocumentParser* m_parser; |
| + RawPtrWillBeUntracedMember<HTMLDocumentParser> m_parser; |
|
haraken
2015/11/12 14:20:49
A better option would be to move HTMLParserSchedul
sof
2015/11/16 10:58:39
I think that's feasible, the CancellableTaskFactor
|
| OwnPtr<WebTaskRunner> m_loadingTaskRunner; |
| OwnPtr<CancellableTaskFactory> m_cancellableContinueParse; |