Chromium Code Reviews| Index: Source/core/timing/MemoryInfo.idl |
| diff --git a/Source/core/timing/MemoryInfo.idl b/Source/core/timing/MemoryInfo.idl |
| index 552f17584d952d790abcb0979f2d6833fd68bdb7..66119c5e132cfc146a25a83bfcabe5fd705bebe9 100644 |
| --- a/Source/core/timing/MemoryInfo.idl |
| +++ b/Source/core/timing/MemoryInfo.idl |
| @@ -29,7 +29,7 @@ |
| */ |
| [ |
| - WillBeGarbageCollected, |
| + GarbageCollected, |
| NoInterfaceObject |
| ] interface MemoryInfo { |
| @@ -38,4 +38,3 @@ |
| readonly attribute unsigned long jsHeapSizeLimit; |
| }; |
| - |