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

Unified Diff: Source/core/svg/SVGFEMorphologyElement.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/SVGFEMorphologyElement.h
diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h
index ccf5d0f7d5214ef509b1eecefb289760521b356a..b0286bac60380dce20692b5d828caf8dcf7a31c0 100644
--- a/Source/core/svg/SVGFEMorphologyElement.h
+++ b/Source/core/svg/SVGFEMorphologyElement.h
@@ -30,6 +30,7 @@ namespace blink {
template<> const SVGEnumerationStringEntries& getStaticStringEntries<MorphologyOperatorType>();
class SVGFEMorphologyElement FINAL : public SVGFilterPrimitiveStandardAttributes {
+ DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(SVGFEMorphologyElement);
@@ -54,4 +55,4 @@ private:
} // namespace blink
-#endif
+#endif // SVGFEMorphologyElement_h

Powered by Google App Engine
This is Rietveld 408576698