I just discovered five places in WebCore that accidentally call EventNames() when they mean eventNames(). The end result of the call will be the same, but the mistaken call is a constructor that creates about 100 AtomicString instances every time it's called.
Created attachment 43734 [details] patch
Comment on attachment 43734 [details] patch r=me
Committed revision 51321.