Index: Source/WebCore/svg/SVGStyleElement.h |
=================================================================== |
--- Source/WebCore/svg/SVGStyleElement.h (revision 127639) |
+++ Source/WebCore/svg/SVGStyleElement.h (working copy) |
@@ -63,6 +63,9 @@ |
virtual bool isLoading() const { return StyleElement::isLoading(); } |
virtual bool sheetLoaded() { return StyleElement::sheetLoaded(document()); } |
virtual void startLoadingDynamicSheet() { StyleElement::startLoadingDynamicSheet(document()); } |
+ virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; } |
+ |
+ Timer<SVGElement> m_svgLoadEventTimer; |
}; |
} // namespace WebCore |