Bug 1179505 - Make LoadInfo arguments optional in ipdl (r=bent,sicking)

This commit is contained in:
Christoph Kerschbaumer
2015-07-13 22:43:13 -07:00
parent 48bb0f1410
commit 69f83c785b
12 changed files with 78 additions and 58 deletions

View File

@@ -66,7 +66,7 @@ WebSocketChannelParent::RecvAsyncOpen(const URIParams& aURI,
const bool& aClientSetPingInterval,
const uint32_t& aPingTimeout,
const bool& aClientSetPingTimeout,
const LoadInfoArgs& aLoadInfoArgs)
const OptionalLoadInfoArgs& aLoadInfoArgs)
{
LOG(("WebSocketChannelParent::RecvAsyncOpen() %p\n", this));