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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 function callObserveGC(f) {
rmcilroy 2016/05/12 09:31:18 I'd just call this observeGC() and name the JS fil
2 return internals.observeGC(f());
3 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698