Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/NodeRareData.h |
| diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.h b/third_party/WebKit/Source/core/dom/NodeRareData.h |
| index ffcb4f03ca73b58120d32a4abfee73cecce5420d..b4185e307a356925223ba7fe68e7aa2d3f029671 100644 |
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.h |
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.h |
| @@ -102,6 +102,7 @@ public: |
| DECLARE_TRACE_AFTER_DISPATCH(); |
| void finalizeGarbageCollectedObject(); |
| + DECLARE_NONVIRTUAL_TRACE_WRAPPERS(); |
|
haraken
2016/04/18 04:35:42
This is unused in this CL. So remove this?
Marcel Hlopko
2016/04/18 11:45:35
Ok. Removed.
|
| protected: |
| explicit NodeRareData(LayoutObject* layoutObject) |