Index: LayoutTests/animations/base-render-style-body-crash.html |
diff --git a/LayoutTests/animations/base-render-style-body-crash.html b/LayoutTests/animations/base-render-style-body-crash.html |
index 22b870bdb32a4a3e43a3a4cc536f1ace48cc40bc..bbd66a10334c6bc190cca192a4e4cf3373babbea 100644 |
--- a/LayoutTests/animations/base-render-style-body-crash.html |
+++ b/LayoutTests/animations/base-render-style-body-crash.html |
@@ -12,7 +12,7 @@ if (window.testRunner) { |
onload = function(){ |
document.body.className = "green"; |
- // Needs these frames to establish a baseLayoutStyle. |
+ // Needs these frames to establish a baseComputedStyle. |
requestAnimationFrame(function(){ |
requestAnimationFrame(function(){ |
requestAnimationFrame(function(){ |