| Index: Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| index 64107b40882cbba1ee3cda0f2391ac6e474f9e0f..900dc36f1e0fd658a227b4128e641ee21d04e1e8 100644
|
| --- a/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| +++ b/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| @@ -212,7 +212,7 @@ void PropertySetCSSStyleDeclaration::setProperty(const String& propertyName, con
|
| if (!propertyID)
|
| return;
|
|
|
| - bool important = priority.find("important", 0, false) != notFound;
|
| + bool important = priority.find("important", 0, false) != kNotFound;
|
|
|
| willMutate();
|
|
|
|
|