| Index: src/global-handles.h
|
| diff --git a/src/global-handles.h b/src/global-handles.h
|
| index c4c59fdf4d919330173be5a2effdb8053f7cb6ec..659f86eca70251687a009c585e4d59936e731edd 100644
|
| --- a/src/global-handles.h
|
| +++ b/src/global-handles.h
|
| @@ -95,9 +95,8 @@ class GlobalHandles : public AllStatic {
|
| // Tells whether global handle is weak.
|
| static bool IsWeak(Object** location);
|
|
|
| - // Process pending weak handles. Returns true if any weak handle
|
| - // callback has been invoked.
|
| - static bool PostGarbageCollectionProcessing();
|
| + // Process pending weak handles.
|
| + static void PostGarbageCollectionProcessing();
|
|
|
| // Iterates over all strong handles.
|
| static void IterateStrongRoots(ObjectVisitor* v);
|
|
|