Closed
Bug 727226
Opened 12 years ago
Closed 12 years ago
mark some classes in content/canvas/src final
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
3.25 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
This fixes some errors in a clang build with -Werror because these classes are deleted and have virtual methods but not a virtual destructor.
Attachment #597152 -
Flags: review?(jmuizelaar)
Assignee | ||
Updated•12 years ago
|
Blocks: clang-macosx
Updated•12 years ago
|
Attachment #597152 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 1•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=41f544c64c46
Comment 2•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/41f544c64c46
Assignee: nobody → respindola
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•