projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0265547
)
Fix API/ABI break on WebView
author
Seungkeun Lee
<sngn.lee@samsung.com>
Wed, 27 Jul 2022 23:58:35 +0000
(08:58 +0900)
committer
Jaehyun Cho
<jaehyun0cho@gmail.com>
Tue, 2 Aug 2022 06:47:49 +0000
(15:47 +0900)
src/Tizen.NUI/src/public/WebView/WebView.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.NUI/src/public/WebView/WebView.cs
b/src/Tizen.NUI/src/public/WebView/WebView.cs
index bb90018ebb55e749b2476fe87b2daaa446f515a7..a1e3e9bd6fe80937a30f6395c5d7339f37bd65fe 100755
(executable)
--- a/
src/Tizen.NUI/src/public/WebView/WebView.cs
+++ b/
src/Tizen.NUI/src/public/WebView/WebView.cs
@@
-743,13
+743,13
@@
namespace Tizen.NUI.BaseComponents
/// Context.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
- public
static
WebContext Context => context;
+ public WebContext Context => context;
/// <summary>
/// CookieManager.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
- public
static
WebCookieManager CookieManager => cookieManager;
+ public WebCookieManager CookieManager => cookieManager;
/// <summary>
/// BackForwardList.