| Index: third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js b/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| index a37aad21a4c2e3410fe7861eb1048afbd62def80..a3d831928b05a9249dbfcc7189a3f1b95027b2dc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| @@ -213,7 +213,7 @@ Components.DOMPresentationUtils.buildImagePreviewContents = function(
|
| };
|
|
|
| /**
|
| - * @param {!SDK.Target} target
|
| + * @param {?SDK.Target} target
|
| * @param {!Components.Linkifier} linkifier
|
| * @param {!Protocol.Runtime.StackTrace=} stackTrace
|
| * @return {!Element}
|
|
|