Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index a3af5f3263e43e5256e6c57152bea622fe97f3b0..9a82561422cffb1354b91694406a21950904ef2d 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -686,7 +686,7 @@ |
"name": "colorPicked", |
"description": "Fired when a color has been picked.", |
"parameters": [ |
- { "name": "color", "type": "string", "description": "Color" } |
+ { "name": "color", "$ref": "DOM.RGBA", "description": "RGBA of the picked color." } |
], |
"hidden": true, |
"handlers": ["browser"] |