| 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;
|
| };
|
|
|