Skip to content

Commit bdcdfef

Browse files
committed
Bug 1617437 - TaskQueue.h: Fix a -Wnon-c-typedef-for-linkage warning r=froydnj
Depends on D63781 Differential Revision: https://phabricator.services.mozilla.com/D63783 --HG-- extra : moz-landing-system : lando
1 parent 7267cf1 commit bdcdfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpcom/threads/TaskQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class TaskQueue : public AbstractThread {
128128
// Monitor that protects the queue and mIsRunning;
129129
Monitor mQueueMonitor;
130130

131-
typedef struct {
131+
typedef struct TaskStruct {
132132
nsCOMPtr<nsIRunnable> event;
133133
uint32_t flags;
134134
} TaskStruct;

0 commit comments

Comments
 (0)