Closed
Bug 604768
Opened 15 years ago
Closed 15 years ago
[OS/2] break - follow-up removal of argument to NS_TRY_SAFE_CALL_* macros
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wuno, Assigned: wuno)
References
Details
Attachments
(1 file)
|
2.81 KB,
patch
|
dave.r.yeo
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:2.0b8pre) Gecko/20101015 Firefox/4.0b8pre
Build Identifier:
error:
/modules/plugin/base/src/nsPluginNativeWindowOS2.cpp:212:40: error: macro "NS_TRY_SAFE_CALL_VOID" passed 3 arguments, but takes just 2
one argument has been removed in bug603373
-we have to remove it in nsPluginNativeWindowOS2.cpp as well
Reproducible: Always
| Assignee | ||
Comment 1•15 years ago
|
||
simply remove an nsnull argument from the macro as was done in nsPluginNativeWindowWin.cpp
Attachment #483608 -
Flags: review?(daveryeo) → review+
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Whiteboard: a=NPOTB changes only an OS/2 file, fix for build break
Comment 2•15 years ago
|
||
Thanks for the patch.
http://hg.mozilla.org/mozilla-central/rev/70f37449326c
| Assignee | ||
Updated•15 years ago
|
Whiteboard: a=NPOTB changes only an OS/2 file, fix for build break
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•