| 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 cdbb9d1786beb44e15e7dda54492b15791fb927d..ecfbcd2b51545955edb2436a358da8265f027303 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| @@ -57,6 +57,7 @@ class StyleAttributeMutationScope {
|
| STACK_ALLOCATED();
|
|
|
| public:
|
| + DISABLE_CFI_PERF
|
| StyleAttributeMutationScope(AbstractPropertySetCSSStyleDeclaration* decl) {
|
| ++s_scopeCount;
|
|
|
| @@ -91,6 +92,7 @@ class StyleAttributeMutationScope {
|
| }
|
| }
|
|
|
| + DISABLE_CFI_PERF
|
| ~StyleAttributeMutationScope() {
|
| --s_scopeCount;
|
| if (s_scopeCount)
|
|
|