Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / Source / core / html / MediaKeyEventInit.idl
blobb8eb75a744e86f964a2526fb33ec15ea966aade6
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 dictionary MediaKeyEventInit : EventInit {
6 DOMString keySystem;
7 DOMString sessionId;
8 Uint8Array initData;
9 Uint8Array message;
10 DOMString defaultURL;
11 MediaKeyError? errorCode;
12 unsigned short systemCode;