Closed
Bug 796568
Opened 13 years ago
Closed 13 years ago
Remove unnecessary "mozilla::" prefixes in nsLayoutUtils.cpp
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(1 file)
6.27 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
I noticed some unnecessary (& inconsistent) usage of "mozilla::" prefixes in nsLayoutUtils.cpp, as well as 2 instances of "NULL". (The file has "using namespace mozilla;" at the top, so it doesn't need "mozilla::" prefixes.)
Attached patch fixes these up.
Attachment #666849 -
Flags: review?(matspal)
Updated•13 years ago
|
Attachment #666849 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•