Title: [244357] trunk
Revision
244357
Author
[email protected]
Date
2019-04-16 13:52:20 -0700 (Tue, 16 Apr 2019)

Log Message

[MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement`
https://bugs.webkit.org/show_bug.cgi?id=196814

Reviewed by Wenson Hsieh.

* MotionMark/resources/extensions.js:
(subtract.subtract.sampleY):
Websites/browserbench.org:

* MotionMark1.1/resources/extensions.js:
(subtract.subtract.sampleY):

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (244356 => 244357)


--- trunk/PerformanceTests/ChangeLog	2019-04-16 20:39:34 UTC (rev 244356)
+++ trunk/PerformanceTests/ChangeLog	2019-04-16 20:52:20 UTC (rev 244357)
@@ -1,3 +1,13 @@
+2019-04-16  Jon Lee  <[email protected]>
+
+        [MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement`
+        https://bugs.webkit.org/show_bug.cgi?id=196814
+
+        Reviewed by Wenson Hsieh.
+
+        * MotionMark/resources/extensions.js:
+        (subtract.subtract.sampleY):
+
 2019-04-15  Myles C. Maxfield  <[email protected]>
 
         [Cocoa] FontPlatformData objects aren't cached at all when using font-family:system-ui

Modified: trunk/PerformanceTests/MotionMark/resources/extensions.js (244356 => 244357)


--- trunk/PerformanceTests/MotionMark/resources/extensions.js	2019-04-16 20:39:34 UTC (rev 244356)
+++ trunk/PerformanceTests/MotionMark/resources/extensions.js	2019-04-16 20:52:20 UTC (rev 244357)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2017 Apple Inc. All rights reserved.
+ * Copyright (C) 2015-2019 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -400,7 +400,7 @@
 
     sampleY: function(t)
     {
-        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
+        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;
     },
 
     sampleDerivativeX: function(t)

Modified: trunk/Websites/browserbench.org/ChangeLog (244356 => 244357)


--- trunk/Websites/browserbench.org/ChangeLog	2019-04-16 20:39:34 UTC (rev 244356)
+++ trunk/Websites/browserbench.org/ChangeLog	2019-04-16 20:52:20 UTC (rev 244357)
@@ -1,3 +1,15 @@
+2019-04-16  Jon Lee  <[email protected]>
+
+        [MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement`
+        https://bugs.webkit.org/show_bug.cgi?id=196814
+
+        Reviewed by Wenson Hsieh.
+
+        * MotionMark/resources/extensions.js:
+        (subtract.subtract.sampleY):
+        * MotionMark1.1/resources/extensions.js:
+        (subtract.subtract.sampleY):
+
 2019-03-27  Saam Barati  <[email protected]>
 
         JetStream 2 should not report time values as scores

Modified: trunk/Websites/browserbench.org/MotionMark/resources/extensions.js (244356 => 244357)


--- trunk/Websites/browserbench.org/MotionMark/resources/extensions.js	2019-04-16 20:39:34 UTC (rev 244356)
+++ trunk/Websites/browserbench.org/MotionMark/resources/extensions.js	2019-04-16 20:52:20 UTC (rev 244357)
@@ -371,7 +371,7 @@
 
     sampleY: function(t)
     {
-        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
+        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;
     },
 
     sampleDerivativeX: function(t)

Modified: trunk/Websites/browserbench.org/MotionMark1.1/resources/extensions.js (244356 => 244357)


--- trunk/Websites/browserbench.org/MotionMark1.1/resources/extensions.js	2019-04-16 20:39:34 UTC (rev 244356)
+++ trunk/Websites/browserbench.org/MotionMark1.1/resources/extensions.js	2019-04-16 20:52:20 UTC (rev 244357)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2017 Apple Inc. All rights reserved.
+ * Copyright (C) 2015-2019 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -400,7 +400,7 @@
 
     sampleY: function(t)
     {
-        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
+        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;
     },
 
     sampleDerivativeX: function(t)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to