Changeset 181445 in webkit
- Timestamp:
- Mar 12, 2015, 10:46:30 AM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/WKError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r181443 r181445 1 2015-03-12 Anders Carlsson <andersca@apple.com> 2 3 WKErrorDomain should be declared nonnull 4 https://bugs.webkit.org/show_bug.cgi?id=142628 5 6 Reviewed by Antti Koivisto. 7 8 Add WK_ASSUME_NONNULL_BEGIN and WK_ASSUME_NONNULL_END so everything will be implicitly nonnull. 9 10 * UIProcess/API/Cocoa/WKError.h: 11 1 12 2015-03-12 Ian Henderson <ian@ianhenderson.org> 2 13 -
trunk/Source/WebKit2/UIProcess/API/Cocoa/WKError.h
r169769 r181445 30 30 #import <Foundation/Foundation.h> 31 31 32 WK_ASSUME_NONNULL_BEGIN 33 32 34 /*! @constant WKErrorDomain Indicates a WebKit error. */ 33 35 WK_EXTERN NSString * const WKErrorDomain WK_AVAILABLE(10_10, 8_0); … … 47 49 } WK_ENUM_AVAILABLE(10_10, 8_0); 48 50 51 WK_ASSUME_NONNULL_END 52 49 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.