Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontElement.h
index 78024ff..bfa89a4 100644 (file)
@@ -29,7 +29,7 @@
 #include "core/svg/SVGGlyphMap.h"
 #include "core/svg/SVGParserUtilities.h"
 
-namespace WebCore {
+namespace blink {
 
 // Describe an SVG <hkern>/<vkern> element
 struct SVGKerningPair {
@@ -52,6 +52,7 @@ typedef Vector<SVGKerningPair> KerningPairVector;
 typedef HashMap<KerningPairKey, float> KerningTable;
 
 class SVGFontElement FINAL : public SVGElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(SVGFontElement);
 
@@ -85,7 +86,7 @@ private:
     bool m_isGlyphCacheValid;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ENABLE(SVG_FONTS)
-#endif
+#endif // SVGFontElement_h