Title: [258186] trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp
- Revision
- 258186
- Author
- [email protected]
- Date
- 2020-03-10 00:11:30 -0700 (Tue, 10 Mar 2020)
Log Message
Unreviewed, fix "no return statement".
Modified Paths
Diff
Modified: trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp (258185 => 258186)
--- trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp 2020-03-10 04:26:23 UTC (rev 258185)
+++ trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp 2020-03-10 07:11:30 UTC (rev 258186)
@@ -39,6 +39,7 @@
void* Module::platformFunctionPointer(const char*) const
{
+ return nullptr;
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes