| Index: syzygy/agent/asan/runtime.h
|
| diff --git a/syzygy/agent/asan/runtime.h b/syzygy/agent/asan/runtime.h
|
| index f86be64fd394fef16ea206a0f4acb1f5f5b3aca0..205bee8759553beb1471198316b7e3d169633d2f 100644
|
| --- a/syzygy/agent/asan/runtime.h
|
| +++ b/syzygy/agent/asan/runtime.h
|
| @@ -221,7 +221,7 @@ class AsanRuntime {
|
|
|
| // @returns a value describing the state of the features that can be randomly
|
| // enabled or disabled.
|
| - AsanFeatureSet GenerateRandomFeatureSet();
|
| + static AsanFeatureSet GenerateRandomFeatureSet();
|
|
|
| // Randomly enable some features.
|
| // @param feature_set The feature set indicating the features to update.
|
|
|