Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8GCController.h

Issue 2350733002: Revert of Add tests for trace wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698