| Index: third_party/WebKit/Source/core/css/StylePropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| index 3f900840e7d0a238ebc156477b16972791734cfb..40aff7cd282c338f83c8b0b5f11c4b23fb73114c 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| @@ -245,7 +245,7 @@ private:
|
|
|
| bool removeShorthandProperty(CSSPropertyID);
|
| bool removeShorthandProperty(const AtomicString& customPropertyName) { return false; }
|
| - CSSProperty* findCSSPropertyWithID(CSSPropertyID);
|
| + CSSProperty* findCSSPropertyWithID(CSSPropertyID, const AtomicString& customPropertyName = nullAtom);
|
| OwnPtrWillBeMember<PropertySetCSSStyleDeclaration> m_cssomWrapper;
|
|
|
| friend class StylePropertySet;
|
|
|