Not all hardware (or OS versions) support Metal.
<rdar://problem/30907521>
Created attachment 303738 [details] Patch
Comment on attachment 303738 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303738&action=review > Tools/TestWebKitAPI/Tests/WebCore/mac/GPUDevice.mm:44 > + if (device) { Reverse the conditional and early return.
Committed r213549: <http://trac.webkit.org/changeset/213549>