| Index: Source/core/events/EventTarget.cpp
|
| diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp
|
| index 35231a83a1d9539c2b01c2e1699bada310b2576d..b8ab1467af24dec816363c5f9548572bd6647857 100644
|
| --- a/Source/core/events/EventTarget.cpp
|
| +++ b/Source/core/events/EventTarget.cpp
|
| @@ -158,7 +158,7 @@ bool EventTarget::clearAttributeEventListener(const AtomicString& eventType, DOM
|
| bool EventTarget::dispatchEvent(PassRefPtr<Event> event, ExceptionState& es)
|
| {
|
| if (!event || event->type().isEmpty() || event->isBeingDispatched()) {
|
| - es.throwDOMException(InvalidStateError);
|
| + es.throwUninformativeAndGenericDOMException(InvalidStateError);
|
| return false;
|
| }
|
|
|
|
|