Index: LayoutTests/inspector/console/console-format.html |
diff --git a/LayoutTests/inspector/console/console-format.html b/LayoutTests/inspector/console/console-format.html |
index 5bd378bf30761d8c032b1fdb73203014deadd326..d46047b6d05f798ca6a65576b095c27ae2755808 100644 |
--- a/LayoutTests/inspector/console/console-format.html |
+++ b/LayoutTests/inspector/console/console-format.html |
@@ -41,7 +41,7 @@ function onload() |
var throwingLengthGetter = {get length() { throw "Length called"; }}; |
globals = [ |
- regex1, regex2, str, str2, error, node, func, multilinefunc, num, linkify, |
+ regex1, regex2, str, str2, error, node, func, Math.random, multilinefunc, num, linkify, |
null, undefined, valuelessAttribute, valuedAttribute, existingAttribute, throwingLengthGetter, |
NaN, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, array, {}, [function() {}], bar, svg |
]; |