mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
LibWeb: Remove WRAPPER_HACK() macro
We no longer access Bindings::FooWrapper anywhere for a Foo platform object, so these can be removed :^)
This commit is contained in:
parent
6055b0e850
commit
4270ede7c4
196 changed files with 0 additions and 394 deletions
|
@ -32,5 +32,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGAnimatedLength, Web::SVG)
|
||||
|
|
|
@ -36,5 +36,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGCircleElement, Web::SVG)
|
||||
|
|
|
@ -23,5 +23,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGClipPathElement, Web::SVG)
|
||||
|
|
|
@ -23,5 +23,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGDefsElement, Web::SVG)
|
||||
|
|
|
@ -29,5 +29,3 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGElement, Web::SVG)
|
||||
|
|
|
@ -38,5 +38,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGEllipseElement, Web::SVG)
|
||||
|
|
|
@ -23,5 +23,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGGElement, Web::SVG)
|
||||
|
|
|
@ -28,5 +28,3 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGGeometryElement, Web::SVG)
|
||||
|
|
|
@ -29,5 +29,3 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGGraphicsElement, Web::SVG)
|
||||
|
|
|
@ -32,5 +32,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGLength, Web::SVG)
|
||||
|
|
|
@ -38,5 +38,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGLineElement, Web::SVG)
|
||||
|
|
|
@ -32,5 +32,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGPathElement, Web::SVG)
|
||||
|
|
|
@ -29,5 +29,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGPolygonElement, Web::SVG)
|
||||
|
|
|
@ -29,5 +29,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGPolylineElement, Web::SVG)
|
||||
|
|
|
@ -44,5 +44,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGRectElement, Web::SVG)
|
||||
|
|
|
@ -43,5 +43,3 @@ template<>
|
|||
inline bool Node::fast_is<SVG::SVGSVGElement>() const { return is_svg_svg_element(); }
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGSVGElement, Web::SVG)
|
||||
|
|
|
@ -22,5 +22,3 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(SVGTextContentElement, Web::SVG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue