| Index: LayoutTests/inspector/console/console-native-function-to-string.html
|
| diff --git a/LayoutTests/inspector/console/console-native-function-to-string.html b/LayoutTests/inspector/console/console-native-function-to-string.html
|
| index 321cb13e8bac9d3f7cb85bd6136afb7313e91566..f90c5ff3a91b905eb0266736ed4190904357cf2b 100644
|
| --- a/LayoutTests/inspector/console/console-native-function-to-string.html
|
| +++ b/LayoutTests/inspector/console/console-native-function-to-string.html
|
| @@ -8,7 +8,7 @@
|
| {
|
| var expressions = [
|
| "$", "$$", "$x", "dir", "dirxml", "keys", "values", "profile", "profileEnd",
|
| - "monitorEvents", "unmonitorEvents", "inspect", "copy", "clear", "getEventListeners"
|
| + "monitorEvents", "unmonitorEvents", "inspect", "copy", "clear", "getEventListeners", "table"
|
| ];
|
|
|
| function executeExpression()
|
|
|