| 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 2f16382b75a8f6e3b921a3ae65277c0b59088768..5e12ebab4231fe0484a85edda9c8b3788b552efd 100644
|
| --- a/third_party/WebKit/Source/core/page/EventSource.h
|
| +++ b/third_party/WebKit/Source/core/page/EventSource.h
|
| @@ -62,7 +62,7 @@ public:
|
| String url() const;
|
| bool withCredentials() const;
|
|
|
| - enum State : unsigned short {
|
| + enum State : short {
|
| CONNECTING = 0,
|
| OPEN = 1,
|
| CLOSED = 2
|
|
|