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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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 | « Source/core/svg/SVGFEFloodElement.h ('k') | Source/core/svg/SVGFEFuncBElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEFuncAElement.h
diff --git a/Source/core/svg/SVGFEFuncAElement.h b/Source/core/svg/SVGFEFuncAElement.h
index 7f7c7acfd64c0e4ed84a092fd3dc3bca1f8de007..b79b69d8134e63ec41213d8f4e40acdc80b2f9b3 100644
--- a/Source/core/svg/SVGFEFuncAElement.h
+++ b/Source/core/svg/SVGFEFuncAElement.h
@@ -27,6 +27,7 @@
namespace blink {
class SVGFEFuncAElement FINAL : public SVGComponentTransferFunctionElement {
+ DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(SVGFEFuncAElement);
@@ -36,4 +37,4 @@ private:
} // namespace blink
-#endif
+#endif // SVGFEFuncAElement_h
« no previous file with comments | « Source/core/svg/SVGFEFloodElement.h ('k') | Source/core/svg/SVGFEFuncBElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698