diff options
Diffstat (limited to 'netwerk/protocol/http/nsHttpChannel.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpChannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpChannel.h b/netwerk/protocol/http/nsHttpChannel.h index b7f39b2f09..76cffe8670 100644 --- a/netwerk/protocol/http/nsHttpChannel.h +++ b/netwerk/protocol/http/nsHttpChannel.h @@ -453,7 +453,7 @@ private: void SetPushedStream(Http2PushedStreamWrapper *stream); - void SetDoNotTrack(); + void SetGPC(); private: nsCOMPtr<nsICancelable> mProxyRequest; |