Bug 36246

Summary: Node::removeAllEventListenersSlowCase is declared but not used
Product: WebKit Reporter: Greg Bolsinga <bolsinga>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, ggaren, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 sam: review+, ddkilzer: commit-queue-

Description Greg Bolsinga 2010-03-17 15:30:57 PDT
Node::removeAllEventListenersSlowCase is declared but not used.

The declaration can safely be removed.
Comment 1 David Kilzer (:ddkilzer) 2010-03-17 21:57:52 PDT
Created attachment 51006 [details]
Patch v1
Comment 2 David Levin 2010-03-17 22:35:42 PDT
I found it interesting to note that the method was removed in r48701 (just not this declaration).
Comment 3 David Kilzer (:ddkilzer) 2010-03-18 01:57:05 PDT
Committed r56152: <http://trac.webkit.org/changeset/56152>