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

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

Issue 273843003: [Oilpan]: Make StylePropertySet fully garbage collected. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review feedback 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/ElementDataCache.cpp ('k') | Source/core/dom/PresentationAttributeStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/PresentationAttributeStyle.h
diff --git a/Source/core/dom/PresentationAttributeStyle.h b/Source/core/dom/PresentationAttributeStyle.h
index 017561f744f590a1f3a8a94a7722bdedab5f80e2..76b431aba8425f497b2398005c08bad23d10c938 100644
--- a/Source/core/dom/PresentationAttributeStyle.h
+++ b/Source/core/dom/PresentationAttributeStyle.h
@@ -31,6 +31,7 @@
#ifndef PresentationAttributeStyle_h
#define PresentationAttributeStyle_h
+#include "platform/heap/Handle.h"
#include "wtf/RefPtr.h"
namespace WebCore {
@@ -38,7 +39,7 @@ namespace WebCore {
class Element;
class StylePropertySet;
-PassRefPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
+PassRefPtrWillBeRawPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
} // namespace WebCore
« no previous file with comments | « Source/core/dom/ElementDataCache.cpp ('k') | Source/core/dom/PresentationAttributeStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698