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
Deprecate WKConnection
[WebKit-https.git]
/
Source
/
WebKit
/
UIProcess
/
API
/
Cocoa
/
WKConnectionInternal.h
diff --git
a/Source/WebKit/UIProcess/API/Cocoa/WKConnectionInternal.h
b/Source/WebKit/UIProcess/API/Cocoa/WKConnectionInternal.h
index
16fce5d
..
6767106
100644
(file)
--- a/
Source/WebKit/UIProcess/API/Cocoa/WKConnectionInternal.h
+++ b/
Source/WebKit/UIProcess/API/Cocoa/WKConnectionInternal.h
@@
-33,7
+33,9
@@
namespace WebKit {
template<> struct WrapperTraits<WebConnection> {
+ ALLOW_DEPRECATED_DECLARATIONS_BEGIN
using WrapperClass = WKConnection;
+ ALLOW_DEPRECATED_DECLARATIONS_END
};
}