• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl
2index f5462b5ff494e..cf4984b6effd0 100644
3--- third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl
4+++ third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl
5@@ -13,6 +13,8 @@
6 #include "third_party/blink/renderer/platform/platform_export.h"
7 #include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
8
9+class AlloyContentRendererClient;
10+
11 #define ASSERT_ORIGIN_TRIAL(feature) \
12   static_assert(std::is_same<decltype(::blink::RuntimeEnabledFeatures::     \
13                                           feature##EnabledByRuntimeFlag()), \
14@@ -106,6 +108,7 @@ class PLATFORM_EXPORT RuntimeEnabledFeatures : public RuntimeEnabledFeaturesBase
15   // protected section of RuntimeEnabledFeaturesBase. Normally, unit tests
16   // should use the ScopedFeatureNameForTest classes defined in
17   // platform/testing/runtime_enabled_features_test_helpers.h.
18+  friend class ::AlloyContentRendererClient;
19   friend class DevToolsEmulator;
20   friend class InternalRuntimeFlags;
21   friend class V8ContextSnapshotImpl;
22