Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
index 704b333362d0501ddfada2be9687d87aa1041ced..260db42c4370bfaa5c0e02d3119bdd8c788f8745 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -255,7 +255,7 @@ interface InspectorInstrumentation { |
void willSendEventSourceRequest(ExecutionContext*, ThreadableLoaderClient* eventSource); |
[Resource] |
- void willDispachEventSourceEvent(ExecutionContext*, ThreadableLoaderClient* eventSource, const AtomicString& eventName, const AtomicString& eventId, const Vector<UChar>& data); |
+ void willDispatchEventSourceEvent(ExecutionContext*, ThreadableLoaderClient* eventSource, const AtomicString& eventName, const AtomicString& eventId, const String& data); |
[Resource] |
void didFinishEventSourceRequest(ExecutionContext*, ThreadableLoaderClient* eventSource); |