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

Unified Diff: Source/core/html/imports/HTMLImportLoader.h

Issue 314953002: Oilpan: Replace RefPtrs to Node and its subclasses in core/loader with Oilpan transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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 | Source/core/html/imports/HTMLImportLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/imports/HTMLImportLoader.h
diff --git a/Source/core/html/imports/HTMLImportLoader.h b/Source/core/html/imports/HTMLImportLoader.h
index 9f7e4d28075ca5a19be9a1f1641b246b401232cd..4ddb924abf493cde8b27c769081d8e03d8ca0738 100644
--- a/Source/core/html/imports/HTMLImportLoader.h
+++ b/Source/core/html/imports/HTMLImportLoader.h
@@ -124,7 +124,7 @@ private:
WillBeHeapVector<RawPtrWillBeMember<HTMLImportChild> > m_imports;
State m_state;
RefPtrWillBeMember<Document> m_document;
- RefPtr<DocumentWriter> m_writer;
+ RefPtrWillBeMember<DocumentWriter> m_writer;
RefPtrWillBeMember<CustomElementMicrotaskQueue> m_microtaskQueue;
};
« no previous file with comments | « no previous file | Source/core/html/imports/HTMLImportLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698