Commit 2adb94bd authored by Kateryna Prokopenko's avatar Kateryna Prokopenko Committed by Commit Bot

[issues] Change the type of violatingNodeId in the DevTools Protocol

Addressing post-commit comments to CL: https://chromium-review.googlesource.com/c/chromium/src/+/2289841

Bug: chromium:1082628
Change-Id: I22ae9d66d9940f95a8faea654418e8aa9859e2b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338796Reviewed-by: default avatarSigurd Schneider <sigurds@chromium.org>
Reviewed-by: default avatarAndrey Kosyakov <caseq@chromium.org>
Commit-Queue: Kateryna Prokopenko <kprokopenko@google.com>
Cr-Commit-Position: refs/heads/master@{#795436}
parent 0019604c
...@@ -623,7 +623,7 @@ experimental domain Audits ...@@ -623,7 +623,7 @@ experimental domain Audits
ContentSecurityPolicyViolationType contentSecurityPolicyViolationType ContentSecurityPolicyViolationType contentSecurityPolicyViolationType
optional AffectedFrame frameAncestor optional AffectedFrame frameAncestor
optional SourceCodeLocation sourceCodeLocation optional SourceCodeLocation sourceCodeLocation
optional integer violatingNodeId optional DOM.BackendNodeId violatingNodeId
# A unique identifier for the type of issue. Each type may use one of the # A unique identifier for the type of issue. Each type may use one of the
# optional fields in InspectorIssueDetails to convey more specific # optional fields in InspectorIssueDetails to convey more specific
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment