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

Unified Diff: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h

Issue 2020153002: Move ScriptResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-font-resource-client
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
index dbaad1fcee22ce42ab3463c9e8e6e6f8b51fb2f6..b8b84bd39801ab224d7da971b5a28fdb67d5427f 100644
--- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
@@ -66,6 +66,7 @@ private:
};
class XMLDocumentParser final : public ScriptableDocumentParser, public ScriptResourceClient {
+ USING_GARBAGE_COLLECTED_MIXIN(XMLDocumentParser);
public:
static XMLDocumentParser* create(Document& document, FrameView* view)
{

Powered by Google App Engine
This is Rietveld 408576698