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

Unified Diff: third_party/WebKit/Source/core/dom/ProcessingInstruction.h

Issue 1569273004: Move ResourceOwner on to the oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/dom/ProcessingInstruction.h
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
index 48c3c64b07bd90a845ae2f45257d2a79c792674c..e7349711408020a26d14f1f200ccb1637006f119 100644
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
@@ -35,6 +35,7 @@ class EventListener;
class ProcessingInstruction final : public CharacterData, private ResourceOwner<StyleSheetResource> {
yhirano 2016/01/14 11:55:29 + ResourceOwner<StyleSheetResource>::trace(visitor
Nate Chapin 2016/01/14 22:54:01 Done.
DEFINE_WRAPPERTYPEINFO();
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ProcessingInstruction);
public:
static PassRefPtrWillBeRawPtr<ProcessingInstruction> create(Document&, const String& target, const String& data);
~ProcessingInstruction() override;

Powered by Google App Engine
This is Rietveld 408576698