| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index 40688eadb0c2df32d9f5a9cdc6a82af85447d5d4..0a86b4a6c7f7c5fbbb8b9cbdb66f7129d416c95d 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -52,7 +52,7 @@
|
| },
|
| {
|
| "domain": "Runtime",
|
| - "include_types": ["StackTrace", "CallFrame", "RemoteObject", "ObjectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetails", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "ExecutionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionContextCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotification", "ConsoleAPICalledNotification", "InspectRequestedNotification"]
|
| + "include_types": ["StackTrace", "CallFrame", "RemoteObject", "ObjectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetails", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "ExecutionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionContextCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotification", "ConsoleAPICalledNotification", "InspectRequestedNotification", "ScriptCoverage", "CoverageRange"]
|
| },
|
| {
|
| "domain": "Schema"
|
|
|