| Index: third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRuleImport.h b/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| index a5b4497a86cd920de7b4eff4a44d35a905edbcb2..c965a6c9670676d425df4a9e8fddb9de3b0440a7 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| @@ -58,9 +58,10 @@ class StyleRuleImport : public StyleRuleBase {
|
| DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
| - // FIXME: inherit from StyleSheetResourceClient directly to eliminate back pointer, as there are no space savings in this.
|
| - // NOTE: We put the StyleSheetResourceClient in a member instead of inheriting from it
|
| - // to avoid adding a vptr to StyleRuleImport.
|
| + // FIXME: inherit from StyleSheetResourceClient directly to eliminate back
|
| + // pointer, as there are no space savings in this.
|
| + // NOTE: We put the StyleSheetResourceClient in a member instead of inheriting
|
| + // from it to avoid adding a vptr to StyleRuleImport.
|
| class ImportedStyleSheetClient final
|
| : public GarbageCollectedFinalized<ImportedStyleSheetClient>,
|
| public StyleSheetResourceClient {
|
|
|