Fix WebHistoryStub for delete argument change
This commit is contained in:
parent
c1f5e77fc6
commit
22880926b1
@ -550,8 +550,8 @@ class WebHistoryStub(sql.SqlTable):
|
|||||||
Args:
|
Args:
|
||||||
url: URL string to delete.
|
url: URL string to delete.
|
||||||
"""
|
"""
|
||||||
self.delete(url, 'url')
|
self.delete('url', url)
|
||||||
self.completion.delete(url, 'url')
|
self.completion.delete('url', url)
|
||||||
|
|
||||||
|
|
||||||
class HostBlockerStub:
|
class HostBlockerStub:
|
||||||
|
Loading…
Reference in New Issue
Block a user