Files
swift-mirror/stdlib/public/SDK/WebKit/WebKit.swift
Jordan Rose c8bfc87c4e Switch overlays from using @exported to -import-underlying-module.
Some day we'll close the hole for @exported in the previous commit.

Swift SVN r29441
2015-06-17 04:48:06 +00:00

7 lines
197 B
Swift

import Foundation
@available(OSX, introduced=10.10) @available(iOS, introduced=8.0)
extension WKErrorCode : _BridgedNSError {
public static var _NSErrorDomain: String { return WKErrorDomain }
}