From e9797543b71a70d588741d3d4a6cc5901e5e31f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 18 Apr 2019 11:58:40 +0000 Subject: [PATCH] Bug 1537730 [wpt PR 15864] - Add reporting.idl as a dep for CSP idlharness.js tests, a=testonly Automatic update from web-platform-tests Add reporting.idl as a dep for CSP idlharness.js tests (#15864) Needed for https://github.com/web-platform-tests/wpt/pull/15856. -- wpt-commits: d779352beb7f08f4970ab1512c8e5ac9ff8cded6 wpt-pr: 15864 --- .../securitypolicyviolation/idlharness.window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/tests/content-security-policy/securitypolicyviolation/idlharness.window.js b/testing/web-platform/tests/content-security-policy/securitypolicyviolation/idlharness.window.js index fc5e65d6cfdc..25efd0d4e1f5 100644 --- a/testing/web-platform/tests/content-security-policy/securitypolicyviolation/idlharness.window.js +++ b/testing/web-platform/tests/content-security-policy/securitypolicyviolation/idlharness.window.js @@ -7,7 +7,7 @@ idl_test( ['CSP'], - ['dom'], + ['dom', 'reporting'], idl_array => { idl_array.add_objects({ SecurityPolicyViolationEvent: [