Title: [207183] trunk/Source/WebCore
Revision
207183
Author
[email protected]
Date
2016-10-11 18:52:27 -0700 (Tue, 11 Oct 2016)

Log Message

Unreviewed, EFL build fix because of r207173.

* testing/InternalSettings.cpp:
(WebCore::InternalSettings::forcedPrefersReducedMotionValue):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207182 => 207183)


--- trunk/Source/WebCore/ChangeLog	2016-10-12 01:40:14 UTC (rev 207182)
+++ trunk/Source/WebCore/ChangeLog	2016-10-12 01:52:27 UTC (rev 207183)
@@ -1,3 +1,10 @@
+2016-10-11  Gyuyoung Kim  <[email protected]>
+
+        Unreviewed, EFL build fix because of r207173.
+
+        * testing/InternalSettings.cpp:
+        (WebCore::InternalSettings::forcedPrefersReducedMotionValue):
+
 2016-10-11  Said Abou-Hallawa  <[email protected]>
 
         [CG] Add the option to immediately decode an image frame and control its memory caching

Modified: trunk/Source/WebCore/testing/InternalSettings.cpp (207182 => 207183)


--- trunk/Source/WebCore/testing/InternalSettings.cpp	2016-10-12 01:40:14 UTC (rev 207182)
+++ trunk/Source/WebCore/testing/InternalSettings.cpp	2016-10-12 01:52:27 UTC (rev 207183)
@@ -691,6 +691,9 @@
     case Settings::ForcedPrefersReducedMotionValue::Off:
         return InternalSettings::ForcedPrefersReducedMotionValue::Off;
     }
+
+    ASSERT_NOT_REACHED();
+    return InternalSettings::ForcedPrefersReducedMotionValue::Off;
 }
 
 void InternalSettings::setForcedPrefersReducedMotionValue(InternalSettings::ForcedPrefersReducedMotionValue value)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to