Update to DataFlow::Global

This commit is contained in:
Ed Minnix
2023-03-24 09:54:53 -04:00
parent 2eea34dc4a
commit 1bf4dd9649
12 changed files with 19 additions and 19 deletions

View File

@@ -67,4 +67,4 @@ module WebviewDebugEnabledConfig implements DataFlow::ConfigSig {
/**
* Tracks instances of `setWebContentDebuggingEnabled` with `true` values.
*/
module WebviewDebugEnabledFlow = DataFlow::Make<WebviewDebugEnabledConfig>;
module WebviewDebugEnabledFlow = DataFlow::Global<WebviewDebugEnabledConfig>;