diff options
Diffstat (limited to 'ext/js/display/search-display-controller.js')
-rw-r--r-- | ext/js/display/search-display-controller.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js index e60de796..d7d79d54 100644 --- a/ext/js/display/search-display-controller.js +++ b/ext/js/display/search-display-controller.js @@ -368,8 +368,8 @@ class SearchDisplayController { dictionaryEntries: null, animate, contentOrigin: { - tabId: this.tabId, - frameId: this.frameId + tabId: this._tabId, + frameId: this._frameId } } }; |