Remove vestigal abortEvent from image attribute.
authorgavinp@chromium.org <gavinp@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 13 Mar 2012 21:59:06 +0000 (21:59 +0000)
committergavinp@chromium.org <gavinp@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 13 Mar 2012 21:59:06 +0000 (21:59 +0000)
commit35bb88b9318121f924de31fbfd3716a607a30397
tree0d922750c2c80c4b57fc1fb1178223fa56f004f5
parentd36284d3ea8d88c06a21ea3dc8480e1600bc297d
Remove vestigal abortEvent from image attribute.
https://bugs.webkit.org/show_bug.cgi?id=80795

Reviewed by Adam Barth.

It seems we installed a listener for the abort event on images,
but never ever raised them.  So this patch removes it.  This could
cause different behaviour if the user sends abort events directly
at an image element, although addEventListener will still work.

* html/HTMLImageElement.cpp:
(WebCore::HTMLImageElement::parseAttribute):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110618 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/html/HTMLImageElement.cpp