Chromium Code Reviews| 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; |