Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 0acaf35cc4fd9d11357f3f340bcb1c516211fcf3..102dcc43fc26a74d5e15c5f86b4a337244861a24 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -341,7 +341,9 @@ public: |
void forcePluginPlaceholder(HTMLElement* plugin, PassRefPtrWillBeRawPtr<DocumentFragment>, ExceptionState&); |
void forcePluginPlaceholder(HTMLElement* plugin, const PluginPlaceholderOptions&, ExceptionState&); |
- // Scheudle a forced Blink GC run (Oilpan) at the end of event loop. |
+ void setScrollChain(ScrollState*, const WillBeHeapVector<RefPtrWillBeMember<Element>>& elements, ExceptionState&); |
+ |
+ // Schedule a forced Blink GC run (Oilpan) at the end of event loop. |
// Note: This is designed to be only used from PerformanceTests/BlinkGC to explicitly measure only Blink GC time. |
// Normal LayoutTests should use gc() instead as it would trigger both Blink GC and V8 GC. |
void forceBlinkGCWithoutV8GC(); |