fix gbs/obs build failure
[framework/osp/web.git] / inc / FWebCtrlILoadingListener.h
index db552b2..caf32b7 100755 (executable)
@@ -222,12 +222,11 @@ public:
 
        /**
         * Called when the favicon of the new page is received. @n
-        * If this callback is received once, an application can get favicon by using Tizen::Web::Controls::GetFaviconN().
+        * If this callback is received once, an application can get favicon by using Tizen::Web::Controls::Web::GetFaviconN().
         *
         * @since               2.1
         *
         * @param[in]   favicon                 The favicon image
-        * @see Tizen::Web::Controls::GetFaviconN()
         */
        virtual void OnFaviconReceived(const Tizen::Graphics::Bitmap& favicon) {}