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

Unified Diff: Source/core/svg/SVGLengthContext.h

Issue 339793004: Prepare SVGLengthContext for oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « 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/svg/SVGLengthContext.h
diff --git a/Source/core/svg/SVGLengthContext.h b/Source/core/svg/SVGLengthContext.h
index 5ad5c6a74f11716eea59ac08768b7280bcde02da..6050207663fbf8bbeb3426e0f335571d9b4729c3 100644
--- a/Source/core/svg/SVGLengthContext.h
+++ b/Source/core/svg/SVGLengthContext.h
@@ -50,6 +50,7 @@ enum SVGLengthMode {
};
class SVGLengthContext {
+ STACK_ALLOCATED();
public:
explicit SVGLengthContext(const SVGElement*);
@@ -80,7 +81,7 @@ private:
float convertValueFromUserUnitsToEXS(float value, ExceptionState&) const;
float convertValueFromEXSToUserUnits(float value, ExceptionState&) const;
- const SVGElement* m_context;
+ RawPtrWillBeMember<const SVGElement> m_context;
FloatRect m_overridenViewport;
};
« 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