Bug 71691 - Remove initPopStateEvent method
Summary: Remove initPopStateEvent method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dominic Cooney
URL:
Keywords:
Depends on:
Blocks: 68791
  Show dependency treegraph
 
Reported: 2011-11-07 08:14 PST by Dominic Cooney
Modified: 2011-11-07 13:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.35 KB, patch)
2011-11-07 08:16 PST, Dominic Cooney
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Cooney 2011-11-07 08:14:44 PST
The HTML5 spec has removed this method in favor of a constructor: <http://www.whatwg.org/specs/web-apps/current-work/#popstateevent>. Code Search does not indicate anybody is using this method. We should remove it.
Comment 1 Dominic Cooney 2011-11-07 08:16:35 PST
Created attachment 113871 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-07 13:59:36 PST
Comment on attachment 113871 [details]
Patch

Clearing flags on attachment: 113871

Committed r99471: <http://trac.webkit.org/changeset/99471>
Comment 3 WebKit Review Bot 2011-11-07 13:59:41 PST
All reviewed patches have been landed.  Closing bug.