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

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

Issue 187313005: Move StyleSheet to the oilpan heap using transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nullptr Created 6 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 1a5be00a49bd8dc1c71ab469024edc1f2b6ba440..53a316c09e812f55a06c96461dd922a38ff901f5 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1209,7 +1209,7 @@ private:
MutationObserverOptions m_mutationObserverTypes;
- OwnPtr<StyleEngine> m_styleEngine;
+ OwnPtrWillBePersistent<StyleEngine> m_styleEngine;
RefPtrWillBePersistent<StyleSheetList> m_styleSheetList;
OwnPtr<FormController> m_formController;

Powered by Google App Engine
This is Rietveld 408576698