RESOLVED FIXED Bug 71689
Remove initPageTransitionEvent method
https://bugs.webkit.org/show_bug.cgi?id=71689
Summary Remove initPageTransitionEvent method
Dominic Cooney
Reported 2011-11-07 07:54:21 PST
The HTML5 spec has removed this method in favor of a constructor: <http://www.whatwg.org/specs/web-apps/current-work/#pagetransitionevent>. Code Search doesn’t turn up anyone using this method. We should remove it.
Attachments
Patch (3.14 KB, patch)
2011-11-07 08:02 PST, Dominic Cooney
ojan: review+
ojan: commit-queue-
Dominic Cooney
Comment 1 2011-11-07 08:02:38 PST
Ojan Vafai
Comment 2 2011-11-07 09:05:40 PST
Comment on attachment 113867 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113867&action=review > Source/WebCore/ChangeLog:8 > + Removing a method, so no new tests. It's worth adding a line here that this was removed from the spec. People could go look at the bug, but it's worth saving the effort.
Dominic Cooney
Comment 3 2011-11-07 09:16:31 PST
Note You need to log in before you can comment on or make changes to this bug.