* @param {*} reason * @visibleForTesting
(reason)
| 346 | * @visibleForTesting |
| 347 | */ |
| 348 | maybeReportErrorOnBuildFailure(reason) { |
| 349 | if (!isBlockedByConsent(reason)) { |
| 350 | dev().error(TAG, 'failed to build:', this.debugid, reason); |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | * Instructs the element to change its size and transitions to the state |
no test coverage detected