| Index: Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 8dd2f1f632141d5f7908e76f53cdd7b5371566fc..a8c91cd62e658ae79f075210b60f1609fbb28979 100644
|
| --- a/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -41,7 +41,7 @@ class PageRuleCollector;
|
| class StyleSheetContents;
|
| class ViewportStyleResolver;
|
|
|
| -// This class selects a LayoutStyle for a given element based on a collection of stylesheets.
|
| +// This class selects a ComputedStyle for a given element based on a collection of stylesheets.
|
| class ScopedStyleResolver final : public NoBaseWillBeGarbageCollected<ScopedStyleResolver> {
|
| WTF_MAKE_NONCOPYABLE(ScopedStyleResolver);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ScopedStyleResolver);
|
|
|