Closed
Bug 693595
Opened 13 years ago
Closed 13 years ago
Missing classinfo for WebGLExtensionStandardDerivatives in a build without WebGL
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: ted, Assigned: ted)
References
Details
(Whiteboard: [iOS])
Attachments
(1 file)
917 bytes,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
bug 684853 landed this new class, but didn't add the classinfo to WebGLContextNotSupported, so a build on a platform without WebGL breaks. Pretty trivial patch, I'll attach in a minute.
Assignee | ||
Comment 1•13 years ago
|
||
This patch just adds the classinfo definition to WebGLContextNotSupported.cpp.
Attachment #566221 -
Flags: review?(bjacob)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → ted.mielczarek
Status: NEW → ASSIGNED
Comment 2•13 years ago
|
||
Comment on attachment 566221 [details] [diff] [review] Add WebGLExtensionStandardDerivatives to WebGLContextNotSupported Ah thanks. Sorry I didn't catch that.
Attachment #566221 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 3•13 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/13397d5e7dcd
Updated•13 years ago
|
Target Milestone: --- → mozilla11
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/13397d5e7dcd
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•