| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index eb6590e60e7345ef097a4049020e89a126ba40bf..0fa0ae0df0b1eb6435a021d9892f3efeddbb9f03 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -202,6 +202,7 @@
|
| void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement mediaElement, boolean remote);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
|
| + void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme, sequence<DOMString> policyAreas);
|
| void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString scheme);
|
|
|
| TypeConversions typeConversions();
|
|
|