Loading accessible/src/xul/nsXULTreeAccessible.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -146,10 +146,11 @@ nsXULTreeAccessible::NativeState() void nsXULTreeAccessible::Value(nsString& aValue) { // Return the value is the first selected child. aValue.Truncate(); if (!mTreeView) return; // Return the value is the first selected child. nsCOMPtr<nsITreeSelection> selection; mTreeView->GetSelection(getter_AddRefs(selection)); if (!selection) Loading Loading
accessible/src/xul/nsXULTreeAccessible.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -146,10 +146,11 @@ nsXULTreeAccessible::NativeState() void nsXULTreeAccessible::Value(nsString& aValue) { // Return the value is the first selected child. aValue.Truncate(); if (!mTreeView) return; // Return the value is the first selected child. nsCOMPtr<nsITreeSelection> selection; mTreeView->GetSelection(getter_AddRefs(selection)); if (!selection) Loading