git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Cocoa] Avoid some double-wrapping of strings and URLs
[WebKit-https.git]
/
Source
/
WebKit2
/
Shared
/
API
/
c
/
cf
/
WKURLCF.h
diff --git
a/Source/WebKit2/Shared/API/c/cf/WKURLCF.h
b/Source/WebKit2/Shared/API/c/cf/WKURLCF.h
index 394800d7347e02beff288dd5e732604fbf52068a..f704a131a665ca1b71e6d929b2a90ff498588cf1 100644
(file)
--- a/
Source/WebKit2/Shared/API/c/cf/WKURLCF.h
+++ b/
Source/WebKit2/Shared/API/c/cf/WKURLCF.h
@@
-34,7
+34,7
@@
extern "C" {
#endif
WK_EXPORT WKURLRef WKURLCreateWithCFURL(CFURLRef URL);
-WK_EXPORT CFURLRef WKURLCopyCFURL(CFAllocatorRef alloc, WKURLRef URL);
+WK_EXPORT CFURLRef WKURLCopyCFURL(CFAllocatorRef alloc, WKURLRef URL)
CF_RETURNS_RETAINED
;
#ifdef __cplusplus
}