Title: [222173] trunk/Tools
Revision
222173
Author
[email protected]
Date
2017-09-18 12:14:10 -0700 (Mon, 18 Sep 2017)

Log Message

Unreviewed, fix typo.

* WebGPUShadingLanguageRI/WSL.md:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222172 => 222173)


--- trunk/Tools/ChangeLog	2017-09-18 18:57:29 UTC (rev 222172)
+++ trunk/Tools/ChangeLog	2017-09-18 19:14:10 UTC (rev 222173)
@@ -1,5 +1,11 @@
 2017-09-18  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix typo.
+
+        * WebGPUShadingLanguageRI/WSL.md:
+
+2017-09-18  Filip Pizlo  <[email protected]>
+
         WSL cannot use typedefs of arrays
         https://bugs.webkit.org/show_bug.cgi?id=177061
 

Modified: trunk/Tools/WebGPUShadingLanguageRI/WSL.md (222172 => 222173)


--- trunk/Tools/WebGPUShadingLanguageRI/WSL.md	2017-09-18 18:57:29 UTC (rev 222172)
+++ trunk/Tools/WebGPUShadingLanguageRI/WSL.md	2017-09-18 19:14:10 UTC (rev 222173)
@@ -281,7 +281,7 @@
     int x;
     foo(x); // calls 1
     
-    int y;
+    double y;
     foo(y); // calls 2
 
 WSL automatically selects the most specific overload if given multiple choices. For example:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to