Title: [161755] trunk/Source/WebKit/efl
Revision
161755
Author
[email protected]
Date
2014-01-11 00:11:35 -0800 (Sat, 11 Jan 2014)

Log Message

Build fix.

* WebCoreSupport/FrameLoaderClientEfl.cpp:
(WebCore::FrameLoaderClientEfl::progressStarted):

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (161754 => 161755)


--- trunk/Source/WebKit/efl/ChangeLog	2014-01-11 07:43:36 UTC (rev 161754)
+++ trunk/Source/WebKit/efl/ChangeLog	2014-01-11 08:11:35 UTC (rev 161755)
@@ -1,3 +1,10 @@
+2014-01-11  Anders Carlsson  <[email protected]>
+
+        Build fix.
+
+        * WebCoreSupport/FrameLoaderClientEfl.cpp:
+        (WebCore::FrameLoaderClientEfl::progressStarted):
+
 2014-01-10  Anders Carlsson  <[email protected]>
 
         Tweak ProgressTrackerClient functions

Modified: trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp (161754 => 161755)


--- trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp	2014-01-11 07:43:36 UTC (rev 161754)
+++ trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp	2014-01-11 08:11:35 UTC (rev 161755)
@@ -243,10 +243,10 @@
     evas_object_smart_callback_call(m_view, "resource,request,new", &request);
 }
 
-void FrameLoaderClientEfl::progressStarted(WebCore::Frame&)
+void FrameLoaderClientEfl::progressStarted(WebCore::Frame& frame)
 {
     ewk_frame_load_started(m_frame);
-    progressEstimateChanged();
+    progressEstimateChanged(frame);
 }
 
 void FrameLoaderClientEfl::progressEstimateChanged(Frame&)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to