Bug 71687

Summary: Remove initOverflowEvent method from JavaScript bindings
Product: WebKit Reporter: Dominic Cooney <dominicc>
Component: DOMAssignee: Dominic Cooney <dominicc>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68791    
Attachments:
Description Flags
Patch ojan: review+, ojan: commit-queue-

Description Dominic Cooney 2011-11-07 07:34:51 PST
It appears from Code Search that nobody uses initOverflowEvent. It should be removed from the JavaScript bindings.

Because it is part of the public Objective C, it should only be removed from the JavaScript bindings, not removed altogether.
Comment 1 Dominic Cooney 2011-11-07 07:47:53 PST
Created attachment 113866 [details]
Patch
Comment 2 Ojan Vafai 2011-11-07 09:04:16 PST
Comment on attachment 113866 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=113866&action=review

> Source/WebCore/ChangeLog:7
> +

This could use more description of why we're changing this. Just something short to the effect of it being removed from the new DOM spec.
Comment 3 Dominic Cooney 2011-11-07 09:51:27 PST
Committed r99435: <http://trac.webkit.org/changeset/99435>