Skip to content

Commit 5afd554

Browse files
Jacob Mizrajishahmishal
authored andcommitted
comment out NSError bridging in Webkit Overlay
1 parent aaf36fa commit 5afd554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib/public/SDK/WebKit/WebKit.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@_exported import WebKit
22
import Foundation
33

4-
@available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
5-
extension WKErrorCode : _BridgedNSError {
6-
public static var _nsErrorDomain: String { return WKErrorDomain }
7-
}
4+
// @available(OSX, introduced: 10.10) @available(iOS, introduced: 8.0)
5+
// extension WKErrorCode : _BridgedNSError {
6+
// public static var _nsErrorDomain: String { return WKErrorDomain }
7+
// }

0 commit comments

Comments
 (0)