summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/ChildProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/ChildProcess.h')
-rw-r--r--Source/WebKit2/Shared/ChildProcess.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebKit2/Shared/ChildProcess.h b/Source/WebKit2/Shared/ChildProcess.h
index 8c5e8e3..7286d52 100644
--- a/Source/WebKit2/Shared/ChildProcess.h
+++ b/Source/WebKit2/Shared/ChildProcess.h
@@ -36,8 +36,7 @@ protected:
ChildProcess();
~ChildProcess();
-private:
- void didCloseOnConnectionWorkQueue(WorkQueue*, CoreIPC::Connection*);
+ static void didCloseOnConnectionWorkQueue(WorkQueue&, CoreIPC::Connection*);
};
} // namespace WebKit