mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This isn't strictly necessary, since it's an implementation detail, but it's consistent with the following changes.
8 lines
222 B
Swift
8 lines
222 B
Swift
@_exported import WebKit
|
|
import Foundation
|
|
|
|
@available(OSX, introduced=10.10) @available(iOS, introduced=8.0)
|
|
extension WKErrorCode : _BridgedNSError {
|
|
public static var _nsErrorDomain: String { return WKErrorDomain }
|
|
}
|