| 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 1dc564293b10eb4e3862c26e940df77b01c9b1d0..afbf8e4ccabf1c6cfe0bfc63ece6b312ae3ad18f 100644
|
| --- a/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| +++ b/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| @@ -130,7 +130,7 @@ private:
|
|
|
| OwnPtr<ParsedChunk> m_lastChunkBeforeScript;
|
| Deque<OwnPtr<ParsedChunk> > m_speculations;
|
| - WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
|
| + base::WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
|
| base::WeakPtr<BackgroundHTMLParser> m_backgroundParser;
|
|
|
| bool m_isFragment;
|
|
|