| Index: third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| diff --git a/third_party/WebKit/Source/core/css/PseudoStyleRequest.h b/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| index c88eb26e8e895f321be50b99245785cc7bd61420..363ba497f357d013ac95d17ff107b3727a0379cb 100644
|
| --- a/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| +++ b/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| @@ -60,7 +60,7 @@ public:
|
| // The spec disallows inheritance for ::backdrop.
|
| bool allowsInheritance(const ComputedStyle* parentStyle) const
|
| {
|
| - return parentStyle && pseudoId != BACKDROP;
|
| + return parentStyle && pseudoId != PseudoIdBackdrop;
|
| }
|
|
|
| PseudoId pseudoId;
|
|
|