Bug 164962

Summary: USE WK_MAC_TBA for version number in _webViewRequestPointerLock:(WKWebView *)webView WK_API_AVAILABLE(macosx(10.12))
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: WebKit2Assignee: Jeremy Jones <jeremyj-wk>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, thorton
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.