Title: [243924] trunk/Source/WebCore
Revision
243924
Author
[email protected]
Date
2019-04-04 18:45:12 -0700 (Thu, 04 Apr 2019)

Log Message

Unreviewed, speculative fix for build failure
https://bugs.webkit.org/show_bug.cgi?id=196475

* Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243923 => 243924)


--- trunk/Source/WebCore/ChangeLog	2019-04-05 01:09:44 UTC (rev 243923)
+++ trunk/Source/WebCore/ChangeLog	2019-04-05 01:45:12 UTC (rev 243924)
@@ -1,3 +1,10 @@
+2019-04-04  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, speculative fix for build failure
+        https://bugs.webkit.org/show_bug.cgi?id=196475
+
+        * Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.h:
+
 2019-04-04  Ryosuke Niwa  <[email protected]>
 
         Element::isFocusable() debug asserts too frequently

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.h (243923 => 243924)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.h	2019-04-05 01:09:44 UTC (rev 243923)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.h	2019-04-05 01:45:12 UTC (rev 243924)
@@ -33,6 +33,8 @@
 
 namespace WHLSL {
 
+class Intrinsics;
+
 namespace AST {
 
 class NativeFunctionDeclaration;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to