| Index: LayoutTests/inspector/map.html
|
| ===================================================================
|
| --- LayoutTests/inspector/map.html (revision 142660)
|
| +++ LayoutTests/inspector/map.html (working copy)
|
| @@ -11,9 +11,11 @@
|
| InspectorTest.addResult(" First map:");
|
| InspectorTest.addResult(" key1 : " + map1.get(key1));
|
| InspectorTest.addResult(" key2 : " + map1.get(key2));
|
| + InspectorTest.addResult(" size : " + map1.size());
|
| InspectorTest.addResult(" Second map:");
|
| InspectorTest.addResult(" key1 : " + map2.get(key1));
|
| InspectorTest.addResult(" key2 : " + map2.get(key2));
|
| + InspectorTest.addResult(" size : " + map2.size());
|
| InspectorTest.addResult("");
|
| }
|
|
|
|
|