| 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 1e22f0dc1f9b205e781573bbb8af9243576a8e27..bcea473cbce380e6af348ea2d2de4b30ced45b71 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| @@ -67,6 +67,7 @@ private:
|
| {
|
| m_ownerRule->setCSSStyleSheet(href, baseURL, charset, sheet);
|
| }
|
| + String debugName() const override { return "ImportedStyleSheetClient"; }
|
| private:
|
| StyleRuleImport* m_ownerRule;
|
| };
|
|
|