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

Unified Diff: trunk/Source/core/svg/SVGFontFaceElement.cpp

Issue 18196004: Revert 153294 "Remove AtomicStringImpl." (Closed) Base URL: svn://svn.chromium.org/blink/
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
« no previous file with comments | « trunk/Source/core/scripts/make_names.pl ('k') | trunk/Source/core/svg/SVGStyledElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/svg/SVGFontFaceElement.cpp
===================================================================
--- trunk/Source/core/svg/SVGFontFaceElement.cpp (revision 153372)
+++ trunk/Source/core/svg/SVGFontFaceElement.cpp (working copy)
@@ -67,9 +67,9 @@
if (!attrName.namespaceURI().isNull())
return CSSPropertyInvalid;
- static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0;
+ static HashMap<AtomicStringImpl*, CSSPropertyID>* propertyNameToIdMap = 0;
if (!propertyNameToIdMap) {
- propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>;
+ propertyNameToIdMap = new HashMap<AtomicStringImpl*, CSSPropertyID>;
// This is a list of all @font-face CSS properties which are exposed as SVG XML attributes
// Those commented out are not yet supported by WebCore's style system
// mapAttributeToCSSProperty(propertyNameToIdMap, accent_heightAttr);
« no previous file with comments | « trunk/Source/core/scripts/make_names.pl ('k') | trunk/Source/core/svg/SVGStyledElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698