Address review feedback.

This commit is contained in:
Steven Orvell
2019-12-19 15:32:40 -08:00
parent f8dfaa5628
commit 957c8c4d25
3 changed files with 34 additions and 2 deletions

View File

@@ -66,3 +66,8 @@ HTMLTemplateElement.decorate = function(template){};
* @param {function(function())} cb callback
*/
CustomElementRegistry.prototype.polyfillWrapFlushCallback = function(cb){};
/**
* @param {string} cssText
*/
CSSStyleSheet.prototype.replaceSync = function(cssText) {};