| Index: third_party/WebKit/Source/core/css/PropertyRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/css/PropertyRegistry.h b/third_party/WebKit/Source/core/css/PropertyRegistry.h
|
| index 0bb3a0d4eab0e20d271139ba612dba41e8289004..78b80e2f08e5c4fc48f7ec642e4761198325861f 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistry.h
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistry.h
|
| @@ -20,7 +20,7 @@ class PropertyRegistry : public GarbageCollected<PropertyRegistry> {
|
| bool inherits,
|
| const CSSValue* initial,
|
| PassRefPtr<CSSVariableData> initialVariableData,
|
| - InterpolationTypes);
|
| + CSSInterpolationTypes);
|
| const PropertyRegistration* registration(const AtomicString&) const;
|
| size_t registrationCount() const { return m_registrations.size(); }
|
|
|
|
|