Closed
Bug 705668
Opened 13 years ago
Closed 13 years ago
Remove IIDs on WebGL implementation classes
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file)
17.50 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
These IIDs were used in the past to check, using do_QueryInterface, that the objects passed to WebGL functions were really of the expected type. Now that WebGL classes are marked 'builtinclass' in the IDL and that check has been removed (see bug 638328), none of that is needed anymore.
Attachment #577257 -
Flags: review?(ehsan)
Comment 1•13 years ago
|
||
Comment on attachment 577257 [details] [diff] [review]
remove IIDs
r=me
Attachment #577257 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → bjacob
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•