Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
index 4bb1a9269d1804bc20db1ce51fa2ea7f888a0d57..c32c75de3470d2b51dd390311f126e6a355e01b7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -3116,7 +3116,7 @@ bool LayoutObject::willRenderImage() { |
if (style()->visibility() != EVisibility::Visible) |
return false; |
- // We will not render a new image when Active DOM is suspended |
+ // We will not render a new image when SuspendableObjects is suspended |
if (document().activeDOMObjectsAreSuspended()) |
return false; |