Chromium Code Reviews| Index: webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt |
| =================================================================== |
| --- webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt (revision 35112) |
| +++ webkit/data/layout_tests/chrome/plugins/refcount-leaks-expected.txt (working copy) |
| @@ -1,14 +0,0 @@ |
| -Test that we can get an NPObject returned through a method on an NPAPI Object. |
| -Prints "SUCCESS" on success, "FAILURE" on failure. |
| - |
| ---- num test objects: |
| -originally: 1 |
| -after creation: 4 |
| -after GC: 1 |
| - |
| ---- refcount on plug.testObject: |
| -originally: 2 |
| -after get: 2 |
| -after GC: 2 |
| -after passing: 2 |
| -SUCCESS |