Index: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp |
index e466983bb4cd90ea840b3d69d382738b36287cc1..b40a28638dade1ed585f8620c0eddc3c90a03693 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp |
@@ -490,7 +490,7 @@ void StyleAdjuster::AdjustComputedStyle( |
// |
// If we wouldn't do this, then we'd need to ensure that display: contents |
// doesn't prevent SVG elements from generating a LayoutObject in |
- // SVGElement::layoutObjectIsNeeded. |
+ // SVGElement::LayoutObjectIsNeeded. |
// |
// [1]: https://www.w3.org/TR/SVG/painting.html#DisplayProperty |
if (style.Display() == EDisplay::kContents) |