Closed
Bug 648359
Opened 14 years ago
Closed 14 years ago
Resolve warnings about nsDOMClassInfo::WrapNative
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: peterv)
References
Details
Attachments
(1 file)
14.84 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
We should get rid of these warnings:
warning: inline function 'static nsresult nsDOMClassInfo::WrapNative(JSContext*, JSObject*, nsISupports*, nsWrapperCache*, const nsIID*, jsval*, nsIXPConnectJSObjectHolder**, PRBool)' used but never defined
Assignee | ||
Comment 1•14 years ago
|
||
This just makes all the WrapNative functions non-member inline static in the .cpp. The only other change is s/sXPConnect/nsDOMClassInfo::XPConnect()/, since sXPConnect is private to nsDOMClassInfo.
Attachment #524488 -
Flags: review?(bent.mozilla)
Updated•14 years ago
|
Attachment #524488 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•