| Index: Source/core/page/EventSource.cpp
|
| diff --git a/Source/core/page/EventSource.cpp b/Source/core/page/EventSource.cpp
|
| index f63cc4a3b5b5e1eba2824440cd2195424cd3c253..4563cad929d1ec22e3bc3f9cbacd348cdb7d008b 100644
|
| --- a/Source/core/page/EventSource.cpp
|
| +++ b/Source/core/page/EventSource.cpp
|
| @@ -69,7 +69,7 @@ inline EventSource::EventSource(ExecutionContext* context, const KURL& url, cons
|
| , m_reconnectDelay(defaultReconnectDelay)
|
| {
|
| ScriptWrappable::init(this);
|
| - eventSourceInit.get("withCredentials", m_withCredentials);
|
| + DictionaryHelper::get(eventSourceInit, "withCredentials", m_withCredentials);
|
| }
|
|
|
| PassRefPtrWillBeRawPtr<EventSource> EventSource::create(ExecutionContext* context, const String& url, const Dictionary& eventSourceInit, ExceptionState& exceptionState)
|
|
|