Port generated lib files (#21487)

This commit is contained in:
Mohamed Hegazy 2018-01-30 11:44:36 -08:00 committed by GitHub
parent c334999f83
commit f93dffd56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14875,7 +14875,7 @@ interface ErrorEventHandler {
(message: string, filename?: string, lineno?: number, colno?: number, error?: Error): void;
}
interface ForEachCallback {
(keyId: BufferSource, status: MediaKeyStatus): void;
(keyId: any, status: MediaKeyStatus): void;
}
interface FrameRequestCallback {
(time: number): void;

View File

@ -1873,7 +1873,7 @@ interface ErrorEventHandler {
(message: string, filename?: string, lineno?: number, colno?: number, error?: Error): void;
}
interface ForEachCallback {
(keyId: BufferSource, status: MediaKeyStatus): void;
(keyId: any, status: MediaKeyStatus): void;
}
interface FunctionStringCallback {
(data: string): void;