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

Unified Diff: Source/core/svg/properties/SVGAnimatedPropertyDescription.h

Issue 18228003: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/core/svg/properties/SVGAnimatedPropertyDescription.h
diff --git a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
index 477c719323278dd9f7f5a8a861601efd1b406cd7..967124701ffdbe9bd84fc969d277e597c1444756 100644
--- a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
+++ b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
@@ -62,7 +62,7 @@ struct SVGAnimatedPropertyDescription {
}
SVGElement* m_element;
- AtomicStringImpl* m_attributeName;
+ StringImpl* m_attributeName;
};
struct SVGAnimatedPropertyDescriptionHash {

Powered by Google App Engine
This is Rietveld 408576698