| 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 d26610273bf88c95e9ac9786d8c32a50feb1435c..120a64a487c28bd29c885593e9a6d14de02aa36e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -106,7 +106,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 willDestroyResource(Resource*);
|
|
|