[M108 Migration][API] Introduce AddJavascriptInterface for Tizen
[platform/framework/web/chromium-efl.git] / content / browser / renderer_host / render_frame_host_impl.cc
index c735f4a..a614089 100644 (file)
@@ -2326,6 +2326,7 @@ void RenderFrameHostImpl::ForEachRenderFrameHostImpl(
     base::FunctionRef<FrameIterationAction(RenderFrameHostImpl*)> on_frame,
     bool include_speculative) {
   DCHECK_CURRENTLY_ON(BrowserThread::UI);
+  LOG(INFO) << __FUNCTION__;
 
   if (!include_speculative &&
       (lifecycle_state() == LifecycleStateImpl::kSpeculative ||