Index: test/webkit/dfg-resolve-global-specific-dictionary.js |
diff --git a/test/webkit/dfg-resolve-global-specific-dictionary.js b/test/webkit/dfg-resolve-global-specific-dictionary.js |
index 97c28b83cf9fa0d7dbf7c40fb5733afaa9f20850..cabf8f8e26ccc32d564268d562397e4cd24f2937 100644 |
--- a/test/webkit/dfg-resolve-global-specific-dictionary.js |
+++ b/test/webkit/dfg-resolve-global-specific-dictionary.js |
@@ -29,7 +29,7 @@ function foo() { |
return x; |
} |
-x = function() { }; |
+x = function () { }; |
var expected = "\"function () { }\""; |