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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced and sent out to the code review. Created 6 years, 4 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/SVGAltGlyphElement.h
diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
index 790f0d7b4d3ef37d22d3ebd32d9f5a3e489e6af7..8e34a38786537e5fea1645c266b96b5fa15a652a 100644
--- a/Source/core/svg/SVGAltGlyphElement.h
+++ b/Source/core/svg/SVGAltGlyphElement.h
@@ -34,6 +34,7 @@ class ExceptionState;
class SVGAltGlyphElement FINAL : public SVGTextPositioningElement,
public SVGURIReference {
+ DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(SVGAltGlyphElement);
@@ -52,5 +53,5 @@ private:
} // namespace blink
-#endif
-#endif
+#endif // ENABLE(SVG_FONTS)
+#endif // SVGAltGlyphElement_h

Powered by Google App Engine
This is Rietveld 408576698