Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lighthouse-core/gather/gatherers/image-elements.js
Co-Authored-By: Patrick Hulce <patrick.hulce@gmail.com>
  • Loading branch information
paulirish and patrickhulce authored Oct 11, 2019
commit 86048efc9d71c1c23a48cb17c219ecf4882cc379
1 change: 1 addition & 0 deletions lighthouse-core/gather/gatherers/image-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class ImageElements extends Gatherer {
/** @type {Map<string, {naturalWidth: number, naturalHeight: number}>} */
this._naturalSizeCache = new Map();
}
Comment thread
paulirish marked this conversation as resolved.

/**
* @param {Driver} driver
* @param {LH.Artifacts.ImageElement} element
Expand Down