fix for bug=43293
git-svn-id: svn://10.0.0.236/trunk@73060 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -526,6 +526,7 @@ JNIEXPORT void JNICALL Java_org_mozilla_dom_ElementImpl_removeAttributeNS
|
||||
if (!element || !jnamespaceURI || !jlocalName) {
|
||||
JavaDOMGlobals::ThrowException(env,
|
||||
"Element.removeAttributeNS: NULL pointer");
|
||||
return;
|
||||
}
|
||||
|
||||
nsString* namespaceURI = JavaDOMGlobals::GetUnicode(env, jnamespaceURI);
|
||||
|
||||
Reference in New Issue
Block a user