Title: [193833] trunk/Websites/webkit.org
Revision
193833
Author
j...@apple.com
Date
2015-12-09 07:41:54 -0800 (Wed, 09 Dec 2015)

Log Message

Fixed function call reference.

* wp-content/themes/webkit/scripts/global.js:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (193832 => 193833)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-09 15:34:28 UTC (rev 193832)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-09 15:41:54 UTC (rev 193833)
@@ -1,3 +1,9 @@
+2015-12-09  Jonathan Davis  <j...@apple.com>
+
+        Fix function reference change.
+
+        * wp-content/themes/webkit/scripts/global.js:
+
 2015-12-08  Jonathan Davis  <j...@apple.com>
 
         Wide tables should be scrollable on narrow mobile screens.

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/scripts/global.js (193832 => 193833)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/scripts/global.js	2015-12-09 15:34:28 UTC (rev 193832)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/scripts/global.js	2015-12-09 15:41:54 UTC (rev 193833)
@@ -76,7 +76,7 @@
 
     function onMovement() {
         if (!updating)
-            requestAnimationFrame(update);
+            requestAnimationFrame(updateImages);
         updating = true;
     }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to