mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-10 23:52:29 +00:00
Bug 573579 - Rename the ViewportMetadata message sent from content.js [r=mbrubeck]
This commit is contained in:
parent
7fca43dd49
commit
a3529e0217
@ -603,12 +603,12 @@ let ViewportHandler = {
|
||||
|
||||
resetMetadata: function resetMetadata() {
|
||||
this.metadata = null;
|
||||
sendAsyncMessage("FennecViewportMetadata", {});
|
||||
sendAsyncMessage("Browser:ViewportMetadata", {});
|
||||
},
|
||||
|
||||
updateMetadata: function updateMetadata() {
|
||||
this.metadata = this.getViewportMetadata();
|
||||
sendAsyncMessage("FennecViewportMetadata", this.metadata);
|
||||
sendAsyncMessage("Browser:ViewportMetadata", this.metadata);
|
||||
},
|
||||
|
||||
getViewportMetadata: function getViewportMetadata() {
|
||||
|
Loading…
Reference in New Issue
Block a user