fixup! Provide URL address in NewWindowPolicyDecision object
authorPiotr Grad <p.grad@samsung.com>
Sat, 31 Jan 2015 14:20:43 +0000 (15:20 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Fix for build break.

Change-Id: I0b0b66b53170f3cf0c9eda86dba01d808c6c1523
Signed-off-by: Piotr Grad <p.grad@samsung.com>
tizen_src/impl/web_contents_delegate_efl.cc

index 0806c04..ae86326 100644 (file)
@@ -168,7 +168,7 @@ bool WebContentsDelegateEfl::ShouldCreateWebContentsAsync(
   // this method is called ONLY when creating new window - no matter what type
   scoped_ptr<tizen_webview::PolicyDecision> pd(
       new tizen_webview::PolicyDecision(web_view_->GetPublicWebView(), callback));
-  pd->setUrl(target_url);
+  pd->SetUrl(target_url);
   web_view_->SmartCallback<EWebViewCallbacks::NewWindowPolicyDecision>().call(pd.get());
 
   if (pd->isSuspended()) {