Internal change

PiperOrigin-RevId: 810045170
diff --git a/src/google/protobuf/parse_context.h b/src/google/protobuf/parse_context.h
index 4956140..61112c8 100644
--- a/src/google/protobuf/parse_context.h
+++ b/src/google/protobuf/parse_context.h
@@ -297,6 +297,7 @@
 
 
   struct WireFormatNoOpSink {
+    static constexpr bool kIsLazySink = false;
     void Flush(const char* p) {}
     void Append(absl::string_view view) {}
     void Reset(const char* p) {}