mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 14:05:47 +01:00
Backed out changeset ccb7eca3e069
This commit is contained in:
@@ -673,7 +673,8 @@ var RangeFind = Class("RangeFind", {
|
||||
this.range = range;
|
||||
this.document = range.startContainer.ownerDocument;
|
||||
this.window = this.document.defaultView;
|
||||
this.docShell = util.docShell(this.window);
|
||||
this.docShell = this.window.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIWebNavigation)
|
||||
.QueryInterface(Ci.nsIDocShell);
|
||||
|
||||
if (this.selection == null)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user