Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json |
| diff --git a/third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json b/third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ca852b98686742e0227d6ca17267d92897965b1 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "errors": [ |
| + "DOM.highlightRect: command has been removed", |
|
pfeldman
2017/04/18 00:25:08
redirect 'em!
dgozman
2017/04/18 20:39:32
Done.
|
| + "DOM.highlightNode: command has been removed", |
| + "DOM.hideHighlight: command has been removed" |
| + ] |
| +} |
| + |