* @return {!./service/mutator-interface.MutatorInterface} * @private
()
| 567 | * @private |
| 568 | */ |
| 569 | getMutator_() { |
| 570 | return Services.mutatorForDoc(this.iframe); |
| 571 | } |
| 572 | |
| 573 | /** |
| 574 | * Runs a measure/mutate cycle ensuring that the iframe change is propagated |
no outgoing calls
no test coverage detected