| Index: third_party/WebKit/Source/core/page/EventSource.h
|
| diff --git a/third_party/WebKit/Source/core/page/EventSource.h b/third_party/WebKit/Source/core/page/EventSource.h
|
| index 582c50c3d58ec27b4ec41989c6a4c13a034bbdf3..ef25e702ff44be038b104c196789e76cbc79c9fe 100644
|
| --- a/third_party/WebKit/Source/core/page/EventSource.h
|
| +++ b/third_party/WebKit/Source/core/page/EventSource.h
|
| @@ -120,7 +120,6 @@ private:
|
| Timer<EventSource> m_connectTimer;
|
| Vector<UChar> m_receiveBuf;
|
| bool m_discardTrailingNewline;
|
| - bool m_requestInFlight;
|
|
|
| AtomicString m_eventName;
|
| Vector<UChar> m_data;
|
|
|