Chromium Code Reviews| Index: Source/modules/fetch/BodyStreamBuffer.h |
| diff --git a/Source/modules/fetch/BodyStreamBuffer.h b/Source/modules/fetch/BodyStreamBuffer.h |
| index d3790d3eedc4be102acd7a64c2a566b0db28e2af..f3c5809f015ae1d44b2cb943a258d814bc3a49bc 100644 |
| --- a/Source/modules/fetch/BodyStreamBuffer.h |
| +++ b/Source/modules/fetch/BodyStreamBuffer.h |
| @@ -90,6 +90,7 @@ private: |
| unsigned m_lockLevel; |
| const bool m_hasBody; |
| bool m_streamNeedsMore; |
| + String m_integrity; |
|
yhirano
2015/08/11 09:22:08
Is this needed? BodyStreamBuffer is the source obj
jww
2015/08/12 16:40:14
Removed.
|
| }; |
| } // namespace blink |