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

Unified Diff: webkit/glue/glue_accessibility_object.cc

Issue 115374: Adds propagation and handling of render-side focus events, for the benefit of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
Index: webkit/glue/glue_accessibility_object.cc
===================================================================
--- webkit/glue/glue_accessibility_object.cc (revision 16095)
+++ webkit/glue/glue_accessibility_object.cc (working copy)
@@ -134,7 +134,7 @@
GlueAccessibilityObject* GlueAccessibilityObject::GetChild(int child_id) {
AccessibilityObject* child_obj;
if (!GetAccessibilityObjectForChild(child_id, child_obj))
- return false;
+ return NULL;
// TODO(klink): simple object child?
ToWrapper(child_obj)->ref();

Powered by Google App Engine
This is Rietveld 408576698