| Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| index 1ecfded0613d14e07b41f35956a4b2e1e2d9c41e..d4a99cb35bbbc901145891ad018a44ef0f9c69b7 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -105,7 +105,7 @@ public:
|
| void didFinishFetch(ExecutionContext*, ThreadableLoaderClient*, const AtomicString& method, const String& url);
|
|
|
| void willSendEventSourceRequest(ThreadableLoaderClient*);
|
| - void willDispachEventSourceEvent(ThreadableLoaderClient*, const AtomicString& eventName, const AtomicString& eventId, const Vector<UChar>& data);
|
| + void willDispatchEventSourceEvent(ThreadableLoaderClient*, const AtomicString& eventName, const AtomicString& eventId, const String& data);
|
| void didFinishEventSourceRequest(ThreadableLoaderClient*);
|
|
|
| void removedResourceFromMemoryCache(Resource*);
|
|
|