diff options
Diffstat (limited to 'Source/WebKit2/Platform/SharedMemory.h')
-rw-r--r-- | Source/WebKit2/Platform/SharedMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Platform/SharedMemory.h b/Source/WebKit2/Platform/SharedMemory.h index 0d56bacc6..46d032a51 100644 --- a/Source/WebKit2/Platform/SharedMemory.h +++ b/Source/WebKit2/Platform/SharedMemory.h @@ -57,7 +57,7 @@ public: bool isNull() const; - void encode(CoreIPC::ArgumentEncoder*) const; + void encode(CoreIPC::ArgumentEncoder&) const; static bool decode(CoreIPC::ArgumentDecoder*, Handle&); #if USE(UNIX_DOMAIN_SOCKETS) |