| Index: third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| diff --git a/third_party/WebKit/Source/modules/eventsource/EventSource.cpp b/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| index 07900d767145ff7e93dd4657643f8c67fd930f05..33034f98f2da0a57dc3b87a48a07de4910cdcad3 100644
|
| --- a/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| +++ b/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| @@ -173,6 +173,8 @@ void EventSource::connect() {
|
| resourceLoaderOptions.securityOrigin = origin;
|
|
|
| InspectorInstrumentation::willSendEventSourceRequest(&executionContext, this);
|
| + // TODO(yhirano): Remove this CHECK once https://crbug.com/667254 is fixed.
|
| + CHECK(!m_loader);
|
| // InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient
|
| // will be called synchronously.
|
| m_loader = ThreadableLoader::create(executionContext, this, options,
|
|
|