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

Unified Diff: Source/core/page/Chrome.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/loader/FrameLoader.cpp ('k') | Source/core/page/UserContentURLPattern.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.cpp
diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
index 71a576fdcf4083a92453185c7a9f24aa223eded5..57c5838baa08be8d6dc3f732f1240ac11c31b4c2 100644
--- a/Source/core/page/Chrome.cpp
+++ b/Source/core/page/Chrome.cpp
@@ -408,7 +408,7 @@ void Chrome::registerPopupOpeningObserver(PopupOpeningObserver* observer)
void Chrome::unregisterPopupOpeningObserver(PopupOpeningObserver* observer)
{
size_t index = m_popupOpeningObservers.find(observer);
- ASSERT(index != notFound);
+ ASSERT(index != kNotFound);
m_popupOpeningObservers.remove(index);
}
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/UserContentURLPattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698