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

Unified Diff: Source/web/PageOverlayList.h

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/modules/websockets/WebSocketExtensionDispatcherTest.cpp ('k') | Source/web/PageOverlayList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PageOverlayList.h
diff --git a/Source/web/PageOverlayList.h b/Source/web/PageOverlayList.h
index 5f151b4e7fe1a6a8f2b8faa7dfd8264476f06370..022d336a67d19e66c70bd3ce0e3e39326632b9e2 100644
--- a/Source/web/PageOverlayList.h
+++ b/Source/web/PageOverlayList.h
@@ -66,7 +66,7 @@ private:
explicit PageOverlayList(WebViewImpl*);
- // Returns the index of the client found. Otherwise, returns WTF::notFound.
+ // Returns the index of the client found. Otherwise, returns WTF::kNotFound.
size_t find(WebPageOverlay*);
WebViewImpl* m_viewImpl;
« no previous file with comments | « Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp ('k') | Source/web/PageOverlayList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698