| Index: Source/core/css/StyleSheetContents.cpp
|
| diff --git a/Source/core/css/StyleSheetContents.cpp b/Source/core/css/StyleSheetContents.cpp
|
| index 3c48a6b2bf24cae324029ac64cce7bf5d8988525..47bc6cc51871077342c394ea5400e48a09f602f6 100644
|
| --- a/Source/core/css/StyleSheetContents.cpp
|
| +++ b/Source/core/css/StyleSheetContents.cpp
|
| @@ -481,7 +481,7 @@ void StyleSheetContents::registerClient(CSSStyleSheet* sheet)
|
| void StyleSheetContents::unregisterClient(CSSStyleSheet* sheet)
|
| {
|
| size_t position = m_clients.find(sheet);
|
| - ASSERT(position != notFound);
|
| + ASSERT(position != kNotFound);
|
| m_clients.remove(position);
|
| }
|
|
|
|
|