Closed
Bug 612237
Opened 14 years ago
Closed 14 years ago
extra ";" after JS_DECL_USE_GUARD_OBJECT_NOTIFIER
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
Attachments
(1 file)
2.53 KB,
patch
|
mrbkap
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
No description provided.
Sorry, hitting the "enter" too fast.
http://mxr.mozilla.org/mozilla-central/search?string=%5E.*JS_DECL_.*%3B®exp=1&find=&findi=&filter=%5E%5B%5E%5C0%5D*%24&hitlimit=&tree=mozilla-central
JS_DECL_USE_GUARD_OBJECT_NOTIFIER is empty for release build,
so it will be something like
119 class AutoCheckOperation : public ACOBase
120 {
121 ;
122 public:
Solaris Studio doesn't compile this.
Updated•14 years ago
|
Attachment #490542 -
Flags: review?(mrbkap) → review+
Comment on attachment 490542 [details] [diff] [review]
patch
low risk; passed tryserver
Attachment #490542 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #490542 -
Flags: approval2.0? → approval2.0+
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•