Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
PerformanceTests
/
resources
/
force-gc.html
blob: 20537553fd692eb27dd2a152bdaf9513002ba9bd [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<!-- This page forces a GC in DRT for https://bugs.webkit.org/show_bug.cgi?id=98203. -->
<html>
<body
onload
=
"
window
.
GCController
.
collect
();
"
>
</body>
</html>