| Index: third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCController.h b/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| index 07efb58330d54d0d04d2a73eb6a122ea16ac3db1..73f3f86f96df863d3fd1450f52af8ed3bdf786e5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| @@ -47,7 +47,7 @@
|
| static void gcPrologue(v8::Isolate*, v8::GCType, v8::GCCallbackFlags);
|
| static void gcEpilogue(v8::Isolate*, v8::GCType, v8::GCCallbackFlags);
|
|
|
| - static void collectGarbage(v8::Isolate*, bool onlyMinorGC = false);
|
| + static void collectGarbage(v8::Isolate*);
|
| // You should use collectAllGarbageForTesting() when you want to collect all
|
| // V8 & Blink objects. It runs multiple V8 GCs to collect references
|
| // that cross the binding boundary. collectAllGarbage() also runs multipe
|
|
|