Closed
Bug 727233
Opened 11 years ago
Closed 11 years ago
don't delete an interface
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
1.62 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
Currently we have a delete of nsIDOMGeoPositionCoords. This breaks -Werror builds with clang and looks very odd. This patch changes the variables types to use nsGeoPositionCoords instead of nsIDOMGeoPositionCoords. This then requires a static_cast because of the autogenerated GetCoords.
Attachment #597156 -
Flags: review?(doug.turner)
Assignee | ||
Updated•11 years ago
|
Blocks: clang-macosx
Assignee | ||
Comment 1•11 years ago
|
||
The delete was introduced in bug 617965. ccing bent who also reviewed it.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → respindola
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 597156 [details] [diff] [review] don't delete an interface there is no problem with GeoPositionAddress or GeoPosition?
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Doug Turner (:dougt) from comment #2) > Comment on attachment 597156 [details] [diff] [review] > don't delete an interface > > there is no problem with GeoPositionAddress or GeoPosition? We don't call delete on them. So at least there is not this problem :-)
Updated•11 years ago
|
Attachment #597156 -
Flags: review?(doug.turner) → review+
Assignee | ||
Comment 4•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=f91b74bfcb1f
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f91b74bfcb1f
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•