Index: LayoutTests/compositing/fixed-background-after-style-recalc.html |
diff --git a/LayoutTests/compositing/fixed-background-after-style-recalc.html b/LayoutTests/compositing/fixed-background-after-style-recalc.html |
index 2fcaa1e67e85ed45dceb02a9c454cd10f7cf399c..c64cd45102ce4a68f8532a8c9204a019772974be 100644 |
--- a/LayoutTests/compositing/fixed-background-after-style-recalc.html |
+++ b/LayoutTests/compositing/fixed-background-after-style-recalc.html |
@@ -20,7 +20,7 @@ |
window.onload = function() { |
window.scrollTo(0, 300); |
- // crbug.com/343132 RenderLayerCompositor::rootFixedBackgroundsChanged should not query stale compositing state |
+ // crbug.com/343132 LayerCompositor::rootFixedBackgroundsChanged should not query stale compositing state |
document.querySelector('body').classList.add('fixed'); |
} |
</script> |