Bug 129455 - [Mac] Stop using some deprecated functions in WKView.mm
Summary: [Mac] Stop using some deprecated functions in WKView.mm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 15:49 PST by Alexey Proskuryakov
Modified: 2014-03-07 02:48 PST (History)
4 users (show)

See Also:


Attachments
proposed patch (3.48 KB, patch)
2014-02-27 15:58 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-02-27 15:49:39 PST
Stop using some deprecated functions in WKView.mm.
Comment 1 Alexey Proskuryakov 2014-02-27 15:58:05 PST
Created attachment 225423 [details]
proposed patch
Comment 2 Anders Carlsson 2014-02-27 16:42:40 PST
Comment on attachment 225423 [details]
proposed patch

Please use dot syntax wherever possible (Except for [NSApp currentEvent] of course)
Comment 3 Alexey Proskuryakov 2014-02-27 18:00:06 PST
Committed <http://trac.webkit.org/r164847>.
Comment 4 Tim Horton 2014-03-07 02:48:52 PST
This caused a odd regression: https://bugs.webkit.org/show_bug.cgi?id=129872