| 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 c53860a89dfd22e97acb4450d30d38876f4bd9ba..b9212cbc9bb72427df1158d26b15ddae46fc1912 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistry.h
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistry.h
|
| @@ -51,7 +51,6 @@ class PropertyRegistry : public GarbageCollected<PropertyRegistry> {
|
| bool inherits,
|
| const CSSValue* initial,
|
| PassRefPtr<CSSVariableData> initialVariableData);
|
| - void unregisterProperty(const AtomicString&);
|
| const Registration* registration(const AtomicString&) const;
|
|
|
| DEFINE_INLINE_TRACE() { visitor->trace(m_registrations); }
|
|
|