Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/resources/observeGCWrapper.js |
| diff --git a/third_party/WebKit/LayoutTests/resources/observeGCWrapper.js b/third_party/WebKit/LayoutTests/resources/observeGCWrapper.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..da8d831619bd9edbff74cb1b6017fff47bd5944f |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/resources/observeGCWrapper.js |
| @@ -0,0 +1,3 @@ |
| +function callObserveGC(f) { |
|
rmcilroy
2016/05/12 09:31:18
I'd just call this observeGC() and name the JS fil
|
| + return internals.observeGC(f()); |
| +} |