summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFontFaceUriElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFontFaceUriElement.h')
-rw-r--r--WebCore/svg/SVGFontFaceUriElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFontFaceUriElement.h b/WebCore/svg/SVGFontFaceUriElement.h
index 5f9d219..3d1f89f 100644
--- a/WebCore/svg/SVGFontFaceUriElement.h
+++ b/WebCore/svg/SVGFontFaceUriElement.h
@@ -50,10 +50,10 @@ namespace WebCore {
}
void operator delete(void* p, size_t size) {
- return SVGElement::operator delete(p, size);
+ SVGElement::operator delete(p, size);
}
void operator delete[](void* p, size_t size) {
- return SVGElement::operator delete[](p, size);
+ SVGElement::operator delete[](p, size);
}
#endif