Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2628)

Unified Diff: core/events/SecurityPolicyViolationEvent.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/events/PromiseRejectionEventInit.idl ('k') | core/events/SecurityPolicyViolationEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/SecurityPolicyViolationEvent.idl
diff --git a/core/events/SecurityPolicyViolationEvent.idl b/core/events/SecurityPolicyViolationEvent.idl
index f3984a53cfa267e5d1c2f9832d71e9c652fad73b..2ae1dbfbf40ff65e45ccda56ed3215c9ed9e89ff 100644
--- a/core/events/SecurityPolicyViolationEvent.idl
+++ b/core/events/SecurityPolicyViolationEvent.idl
@@ -36,8 +36,7 @@
readonly attribute DOMString effectiveDirective;
readonly attribute DOMString originalPolicy;
readonly attribute DOMString sourceFile;
- // FIXME: The spec says "statusCode" is a DOMString.
- [Measure] readonly attribute long statusCode;
+ [Measure] readonly attribute unsigned short statusCode;
readonly attribute long lineNumber;
readonly attribute long columnNumber;
};
« no previous file with comments | « core/events/PromiseRejectionEventInit.idl ('k') | core/events/SecurityPolicyViolationEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698