[not part of build] Update to newer version of interface.

git-svn-id: svn://10.0.0.236/trunk@90501 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 2001-03-27 08:17:20 +00:00
parent a8b7b7214e
commit a3f45d7675

View File

@ -28,9 +28,9 @@ CacheVisitor.prototype = {
return true;
},
visitEntry : function(deviceID, clientID, entryInfo)
visitEntry : function(deviceID, entryInfo)
{
print("[visiting entry (clientID = " + clientID + ", key = " + entryInfo.key + ")]");
print("[visiting entry (clientID = " + entryInfo.clientID + ", key = " + entryInfo.key + ")]");
return true;
}
};