| Index: third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| index de7a9f84286cbe04b3779763c8f2732923640904..88624d2f533960a6949d6156cf829bf870613bed 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| @@ -282,6 +282,7 @@ String AbstractPropertySetCSSStyleDeclaration::getPropertyValueInternal(CSSPrope
|
| return propertySet().getPropertyValue(propertyID);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void AbstractPropertySetCSSStyleDeclaration::setPropertyInternal(CSSPropertyID unresolvedProperty, const String& customPropertyName, const String& value, bool important, ExceptionState&)
|
| {
|
| StyleAttributeMutationScope mutationScope(this);
|
| @@ -304,6 +305,7 @@ void AbstractPropertySetCSSStyleDeclaration::setPropertyInternal(CSSPropertyID u
|
| mutationScope.enqueueMutationRecord();
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| StyleSheetContents* AbstractPropertySetCSSStyleDeclaration::contextStyleSheet() const
|
| {
|
| CSSStyleSheet* cssStyleSheet = parentStyleSheet();
|
|
|