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

Unified Diff: third_party/WebKit/LayoutTests/resources/observeGCWrapper.js

Issue 1950613005: Fixes tests that use internals.observeGC to work with Ignition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed line couloum width. Created 4 years, 7 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/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());
+}

Powered by Google App Engine
This is Rietveld 408576698