Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split getter for mutation_observers() into two methods. #23529

Merged
merged 1 commit into from Jun 10, 2019

Commits on Jun 6, 2019

  1. Split getter for mutation_observers() into two methods.

    registered_mutation_observers() returns immutable references and does
    not init mutation observers.
    
    registered_mutation_observers_mut() lazily initializes raredata if it
    does not exist.
    
    Updated code that uses this methods to call appropriate method when
    mutation is not necessary.
    gatoWololo committed Jun 6, 2019
You can’t perform that action at this time.