| Index: third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| index c23bc1173f125d737e57c7edddcb5cd2fdb61764..e8d618703c36da81223cf2dd7aaeb33772f8f95a 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| @@ -9,8 +9,6 @@ namespace blink {
|
| void PropertyRegistry::registerProperty(const AtomicString& name, const CSSSyntaxDescriptor& syntax, bool inherits, const CSSValue* initial, PassRefPtr<CSSVariableData> initialVariableData)
|
| {
|
| DCHECK(!registration(name));
|
| - // TODO(timloh): We only support inherited properties for now.
|
| - inherits = true;
|
| m_registrations.set(name, new Registration(syntax, inherits, initial, initialVariableData));
|
| }
|
|
|
|
|