Bug 727230 - Add a virtual destructor to WebGLExtension. r=bjacob.

This commit is contained in:
Rafael Ávila de Espíndola 2012-02-15 07:26:14 -05:00
parent 275e9cf280
commit a2d3d6fe02

View File

@ -2388,6 +2388,7 @@ public:
NS_DECL_ISUPPORTS
NS_DECL_NSIWEBGLEXTENSION
virtual ~WebGLExtension() {}
};
inline const WebGLRectangleObject *WebGLContext::FramebufferRectangleObject() const {