mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 727230 - Add a virtual destructor to WebGLExtension. r=bjacob.
This commit is contained in:
parent
275e9cf280
commit
a2d3d6fe02
@ -2388,6 +2388,7 @@ public:
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIWEBGLEXTENSION
|
||||
virtual ~WebGLExtension() {}
|
||||
};
|
||||
|
||||
inline const WebGLRectangleObject *WebGLContext::FramebufferRectangleObject() const {
|
||||
|
Loading…
Reference in New Issue
Block a user