| Index: Source/bindings/v8/V8GCController.h
|
| diff --git a/Source/bindings/v8/V8GCController.h b/Source/bindings/v8/V8GCController.h
|
| index f29bbf0934d1c3183c79ab1d680313a0693bbe20..33aa9940feff1ced455bed67c795fbe1650d2053 100644
|
| --- a/Source/bindings/v8/V8GCController.h
|
| +++ b/Source/bindings/v8/V8GCController.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| static void checkMemoryUsage();
|
| static void hintForCollectGarbage();
|
| - static void collectGarbage();
|
| + static void collectGarbage(v8::Isolate*);
|
|
|
| static Node* opaqueRootForGC(Node*, v8::Isolate*);
|
| };
|
|
|