| Index: third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js b/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js
|
| index 5a7761f6431afbe3c4f4aa974a89fafac7628936..bf026b312daa70fff5f24ad3f8cdbc6d0bfb9d95 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js
|
| @@ -125,7 +125,7 @@ Components.CustomPreviewSection = class {
|
| this._header.classList.toggle('expanded', this._expanded);
|
| this._cachedContent.classList.toggle('hidden', !this._expanded);
|
| if (this._expanded)
|
| - this._expandIcon.setIconType('smallicon-triangle-bottom');
|
| + this._expandIcon.setIconType('smallicon-triangle-down');
|
| else
|
| this._expandIcon.setIconType('smallicon-triangle-right');
|
| }
|
|
|