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

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

Issue 315333002: Oilpan: tidy up reference to the Document's "CSS target". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/core/dom/ContainerNode.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 985f673bbe2a3954b64c19408e2f5dd94df9f42b..d175930881744250604bdad21e7730d5cd8d6773 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1290,7 +1290,7 @@ private:
Timer<Document> m_updateFocusAppearanceTimer;
- Element* m_cssTarget;
+ RawPtrWillBeMember<Element> m_cssTarget;
LoadEventProgress m_loadEventProgress;
« no previous file with comments | « Source/core/dom/ContainerNode.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698