summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/Http2Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/http/Http2Stream.h')
-rw-r--r--netwerk/protocol/http/Http2Stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/http/Http2Stream.h b/netwerk/protocol/http/Http2Stream.h
index 968461ee4..8783eefed 100644
--- a/netwerk/protocol/http/Http2Stream.h
+++ b/netwerk/protocol/http/Http2Stream.h
@@ -50,6 +50,7 @@ public:
uint32_t StreamID() { return mStreamID; }
Http2PushedStream *PushSource() { return mPushSource; }
+ void ClearPushSource();
stateType HTTPState() { return mState; }
void SetHTTPState(stateType val) { mState = val; }