| Index: third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| index 7bfea09421fb7c9300fcf95d64e0afbc5fb03f13..e556a60c2c01953d49b405aa64b7445c5655249f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| @@ -222,5 +222,5 @@ UI.Icon.Descriptors = {
|
| 'largeicon-navigator-worker': {x: -320, y: -144, width: 32, height: 24, spritesheet: 'largeicons', isMask: true},
|
| 'largeicon-navigator-snippet': {x: -224, y: -96, width: 32, height: 24, spritesheet: 'largeicons', isMask: true},
|
| 'largeicon-edit': {x: -160, y: -0, width: 28, height: 24, spritesheet: 'largeicons'},
|
| -
|
| + 'largeicon-chevron': {x: -68, y: -143, width: 24, height: 26, spritesheet: 'largeicons', isMask: true},
|
| };
|
|
|