Backed out changeset 070cb0982606 (bug 1512956) for xpcshell fails on test_parseDeclarations.js. CLOSED TREE
This commit is contained in:
@@ -270,7 +270,7 @@ function cssTrim(str) {
|
||||
function parseDeclarationsInternal(isCssPropertyKnown, inputString,
|
||||
parseComments, inComment, commentOverride) {
|
||||
if (inputString === null || inputString === undefined) {
|
||||
return [];
|
||||
throw new Error("empty input string");
|
||||
}
|
||||
|
||||
const lexer = getCSSLexer(inputString);
|
||||
|
||||
Reference in New Issue
Block a user