mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 784895 - Remove unnecessary token pasting. r=mrbkap.
This commit is contained in:
parent
6b1e13ca20
commit
4af95e0a58
@ -99,7 +99,7 @@ MOZ_STATIC_ASSERT(MAX_WORKERS_PER_DOMAIN >= 1,
|
||||
if (!workers.IsEmpty()) { \
|
||||
AutoSafeJSContext cx; \
|
||||
for (uint32_t index = 0; index < workers.Length(); index++) { \
|
||||
workers[index]-> _func (cx, ##__VA_ARGS__); \
|
||||
workers[index]-> _func (cx, __VA_ARGS__); \
|
||||
} \
|
||||
} \
|
||||
PR_END_MACRO
|
||||
|
Loading…
Reference in New Issue
Block a user