| Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| index 197f882e4160a48b101099af099f747c82b34865..eb8e1b4549bf0673c280961a26d95c57764d0601 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
|
| @@ -55,6 +55,12 @@ public:
|
| // WebDataConsumerHandle::Client
|
| void didGetReadable() override;
|
|
|
| + bool isStreamReadable() const;
|
| + bool isStreamClosed() const;
|
| + bool isStreamErrored() const;
|
| + bool isStreamLocked() const;
|
| + bool isStreamDisturbed() const;
|
| +
|
| DEFINE_INLINE_TRACE()
|
| {
|
| visitor->trace(m_stream);
|
|
|