Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h

Issue 1438193002: Oilpan: move HTMLParserScheduler to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698