Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: Source/core/css/StyleSheetContents.cpp

Issue 23464095: WTF::notFound looks too much like a local variable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/StylePropertySet.cpp ('k') | Source/core/dom/CustomElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « Source/core/css/StylePropertySet.cpp ('k') | Source/core/dom/CustomElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698