| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index cf3affb9794e1fd119a1778d4b984ce053fe6180..63857af640ab87c441bb60d7f5c491218fc114e2 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2581,15 +2581,6 @@
|
| "description": "Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser."
|
| },
|
| {
|
| - "name": "startSelectorProfiler"
|
| - },
|
| - {
|
| - "name": "stopSelectorProfiler",
|
| - "returns": [
|
| - { "name": "profile", "$ref": "SelectorProfile" }
|
| - ]
|
| - },
|
| - {
|
| "name": "getNamedFlowCollection",
|
| "parameters": [
|
| { "name": "documentNodeId", "$ref": "DOM.NodeId", "description": "The document node id for which to get the Named Flow Collection." }
|
|
|