We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf36fa commit 5afd554Copy full SHA for 5afd554
stdlib/public/SDK/WebKit/WebKit.swift
@@ -1,7 +1,7 @@
1
@_exported import WebKit
2
import Foundation
3
4
-@available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
5
-extension WKErrorCode : _BridgedNSError {
6
- public static var _nsErrorDomain: String { return WKErrorDomain }
7
-}
+// @available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
+// extension WKErrorCode : _BridgedNSError {
+// public static var _nsErrorDomain: String { return WKErrorDomain }
+// }
0 commit comments