Bug 164962 - USE WK_MAC_TBA for version number in _webViewRequestPointerLock:(WKWebView *)webView WK_API_AVAILABLE(macosx(10.12))
Summary: USE WK_MAC_TBA for version number in _webViewRequestPointerLock:(WKWebView *)...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeremy Jones
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 15:28 PST by Jeremy Jones
Modified: 2016-11-18 17:00 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.94 KB, patch)
2016-11-18 15:50 PST, Jeremy Jones
no flags Details | Formatted Diff | Diff
Patch (1.95 KB, patch)
2016-11-18 16:02 PST, Jeremy Jones
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Jones 2016-11-18 15:28:35 PST
https://bugs.webkit.org/show_bug.cgi?id=163801 adds 

_webViewRequestPointerLock:(WKWebView *)webView WK_API_AVAILABLE(macosx(10.12))

but is should be 

_webViewRequestPointerLock:(WKWebView *)webView WK_API_AVAILABLE(macosx(WK_TBA))
Comment 1 Jeremy Jones 2016-11-18 15:50:31 PST
Created attachment 295205 [details]
Patch
Comment 2 Jeremy Jones 2016-11-18 15:59:16 PST
Comment on attachment 295205 [details]
Patch

WK_TBA is wrong. It should be WK_MAC_TBA
Comment 3 Jeremy Jones 2016-11-18 16:02:09 PST
Created attachment 295209 [details]
Patch
Comment 4 WebKit Commit Bot 2016-11-18 17:00:38 PST
Comment on attachment 295209 [details]
Patch

Clearing flags on attachment: 295209

Committed r208911: <http://trac.webkit.org/changeset/208911>
Comment 5 WebKit Commit Bot 2016-11-18 17:00:41 PST
All reviewed patches have been landed.  Closing bug.