mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 786604 - Name the observe() function in AboutReader (r=jaws)
This commit is contained in:
parent
025e8865ff
commit
561d780991
@ -136,7 +136,7 @@ AboutReader.prototype = {
|
||||
return this._toolbarElementRef.get();
|
||||
},
|
||||
|
||||
observe: function(aMessage, aTopic, aData) {
|
||||
observe: function Reader_observe(aMessage, aTopic, aData) {
|
||||
switch(aTopic) {
|
||||
case "Reader:FaviconReturn": {
|
||||
let info = JSON.parse(aData);
|
||||
|
Loading…
Reference in New Issue
Block a user