Title: [150698] trunk/Tools
Revision
150698
Author
simon.fra...@apple.com
Date
2013-05-25 19:22:58 -0700 (Sat, 25 May 2013)

Log Message

Try to fix the EFL build.

* DumpRenderTree/efl/TestRunnerEfl.cpp:
(TestRunner::setPageVisibility):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (150697 => 150698)


--- trunk/Tools/ChangeLog	2013-05-26 02:22:04 UTC (rev 150697)
+++ trunk/Tools/ChangeLog	2013-05-26 02:22:58 UTC (rev 150698)
@@ -1,5 +1,12 @@
 2013-05-25  Simon Fraser  <simon.fra...@apple.com>
 
+        Try to fix the EFL build.
+        
+        * DumpRenderTree/efl/TestRunnerEfl.cpp:
+        (TestRunner::setPageVisibility):
+
+2013-05-25  Simon Fraser  <simon.fra...@apple.com>
+
         Unprefix Page Visibility API
         https://bugs.webkit.org/show_bug.cgi?id=102340
 

Modified: trunk/Tools/DumpRenderTree/efl/TestRunnerEfl.cpp (150697 => 150698)


--- trunk/Tools/DumpRenderTree/efl/TestRunnerEfl.cpp	2013-05-26 02:22:04 UTC (rev 150697)
+++ trunk/Tools/DumpRenderTree/efl/TestRunnerEfl.cpp	2013-05-26 02:22:58 UTC (rev 150698)
@@ -824,8 +824,8 @@
         ewk_view_visibility_state_set(browser->mainView(), EWK_PAGE_VISIBILITY_STATE_HIDDEN, false);
     else if (newVisibility == "prerender")
         ewk_view_visibility_state_set(browser->mainView(), EWK_PAGE_VISIBILITY_STATE_PRERENDER, false);
-    else if (newVisibility == "preview")
-        ewk_view_visibility_state_set(browser->mainView(), EWK_PAGE_VISIBILITY_STATE_PREVIEW, false);
+    else if (newVisibility == "unloaded")
+        ewk_view_visibility_state_set(browser->mainView(), EWK_PAGE_VISIBILITY_STATE_UNLOADED, false);
 }
 
 void TestRunner::setAutomaticLinkDetectionEnabled(bool)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to