OSDN Git Service

Fix typo.
authorJames Teh <jamie@jantrid.net>
Fri, 2 Dec 2011 01:22:28 +0000 (11:22 +1000)
committerJames Teh <jamie@jantrid.net>
Fri, 2 Dec 2011 01:22:28 +0000 (11:22 +1000)
nvdaHelper/vbufBackends/webKit/webKit.cpp

index 24f9105..1905326 100644 (file)
@@ -37,7 +37,7 @@ IAccessible* IAccessibleFromIdentifier(int docHandle, int ID) {
                return NULL;\r
        VARIANT varChild;\r
        varChild.vt = VT_I4;\r
-       varChild.lVal = 0;\r
+       varChild.lVal = ID;\r
        IDispatch* childDisp;\r
        HRESULT hres = root->get_accChild(varChild, &childDisp);\r
        root->Release();\r