| 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 dfdec25ef37d5e5f92e23ce638e1020653ba1c28..34922781550a2474037d6a5241d5e6211e3cb3eb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| @@ -140,6 +140,7 @@ UI.Icon.Descriptors = {
|
| 'smallicon-triangle-up': {position: 'b1', spritesheet: 'smallicons', isMask: true},
|
| 'smallicon-user-command': {position: 'c1', spritesheet: 'smallicons'},
|
| 'smallicon-warning': {position: 'd1', spritesheet: 'smallicons'},
|
| + 'smallicon-network-product': {position: 'e1', spritesheet: 'smallicons'},
|
|
|
| 'mediumicon-clear-storage': {position: 'a4', spritesheet: 'mediumicons', isMask: true},
|
| 'mediumicon-cookie': {position: 'b4', spritesheet: 'mediumicons', isMask: true},
|
|
|