Index: third_party/WebKit/Source/devtools/front_end/sources/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json |
index ff1b7d3f89ea241f9adefaae5267a38d47c45db6..88d6641e2a101b94215749929e71f5a34ef036cf 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json |
@@ -18,6 +18,7 @@ |
"category": "Debugger", |
"actionId": "debugger.toggle-pause", |
"iconClass": "pause-toolbar-item", |
+ "toggledIconClass": "resume-toolbar-item", |
"className": "WebInspector.SourcesPanel.RevealingActionDelegate", |
"contextTypes": ["WebInspector.SourcesPanel", "WebInspector.ShortcutRegistry.ForwardedShortcut"], |
"options": [ |
@@ -128,7 +129,8 @@ |
"type": "@WebInspector.ActionDelegate", |
"category": "Debugger", |
"actionId": "debugger.toggle-breakpoints-active", |
- "iconClass": "breakpoint-toolbar-item", |
+ "iconClass": "deactivate-breakpoint-toolbar-item", |
+ "toggledIconClass": "breakpoint-toolbar-item", |
"className": "WebInspector.SourcesPanel.DebuggingActionDelegate", |
"contextTypes": ["WebInspector.SourcesPanel"], |
"options": [ |