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

Unified Diff: Source/core/dom/Node.h

Issue 941923003: Oilpan: remove dated FIXME. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 3c2f001d337def1d751bed235517888795f2a8d6..9df15fb1abd7fab9414da53810215622d43e294d 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -108,9 +108,6 @@ protected:
{ }
protected:
- // Oilpan: This member is traced in NodeRareData.
- // FIXME: Can we add traceAfterDispatch and finalizeGarbageCollectedObject
- // to NodeRareDataBase, and make m_renderer Member<>?
LayoutObject* m_renderer;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698