Closed Bug 112120 Opened 24 years ago Closed 24 years ago

GetPrimaryFrameFor() cleanup in nsHTML*Element.cpp...

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla0.9.7

People

(Reporter: jst, Assigned: jst)

Details

Attachments

(1 file)

Currently we have a formcontrol specific GetPrimaryFrame() method in nsGenericHTMLElement, I've renamed that, removed unnecessary arguments n' done some cleanup. Patch coming up.
Attached patch Cleanup...Splinter Review
Reviews?
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.7
Keywords: mozilla0.9.7, patch
Attachment #59305 - Flags: review+
Comment on attachment 59305 [details] [diff] [review] Cleanup... + if (formControlFrame) { + formControlFrame->QueryInterface(NS_GET_IID(nsIFrame), + (void **)&formFrame); + } could you use CallQueryInterface? (frames are still a bit beond me :)) either way, r=sicking
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: