| Index: third_party/WebKit/Source/platform/inspector_protocol/generate-inspector-protocol-version
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/generate-inspector-protocol-version b/third_party/WebKit/Source/platform/inspector_protocol/generate-inspector-protocol-version
|
| index 838a3ed2dd815af85baccd59f203d17552c8cccb..d15f7658adc08845a9b876e9c801c4f15c59ecf7 100755
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/generate-inspector-protocol-version
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/generate-inspector-protocol-version
|
| @@ -451,7 +451,8 @@ def main():
|
| load_domains_and_baselines(arg_values[1], domains, baseline_domains)
|
|
|
| expected_errors = [
|
| - "Debugger.globalObjectCleared: event has been removed"
|
| + "Debugger.globalObjectCleared: event has been removed",
|
| + "Runtime.executionContextCreated.context parameter->Runtime.ExecutionContextDescription.frameId: required property has been removed"
|
| ]
|
|
|
| errors = compare_schemas(baseline_domains, domains, False)
|
|
|