DescriptionDisable experimental natives when creating a start-up snapshot.
Re-installing experimental natives after deserialization causes failures if
said experimental native is already included in the snapshot. However, there
is no way to tell whether a certain harmony feature has been included.
Experimental natives may also be turned on/off on-demand, which a snapshot
that includes them would not support for all cases.
The simple solution for the meantime is to never include experimental natives
in the snapshot and initialize them after deserialization on-demand.
R=vogelheim@chromium.org
Committed: https://crrev.com/efe828e6999fe84a14a8a4bd0c5ddc9bac9d4dc0
Cr-Commit-Position: refs/heads/master@{#26982}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|