Rename functions, variables, etc related to policy decision. (#3000)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Tue, 11 May 2021 06:27:27 +0000 (14:27 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 26 May 2021 01:00:09 +0000 (10:00 +0900)
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/internal/WebView/WebView.cs

index 3d327f1..3c303f4 100755 (executable)
@@ -1188,7 +1188,7 @@ namespace Tizen.NUI
             get
             {
                 global::System.IntPtr imageView = Interop.WebView.GetFavicon(SwigCPtr);
-                if (imageView == null || imageView == IntPtr.Zero)
+                if (imageView == IntPtr.Zero)
                     return null;
                 return new ImageView(imageView, false);
             }