| Index: remoting/webapp/app_remoting/js/context_menu_chrome.js
|
| diff --git a/remoting/webapp/app_remoting/js/context_menu_chrome.js b/remoting/webapp/app_remoting/js/context_menu_chrome.js
|
| index c46838678eb03e52242e6a64a22fb766c1cf8d82..0e9ec303cb65e6af9922644cc69a226206d58214 100644
|
| --- a/remoting/webapp/app_remoting/js/context_menu_chrome.js
|
| +++ b/remoting/webapp/app_remoting/js/context_menu_chrome.js
|
| @@ -16,8 +16,9 @@ var remoting = remoting || {};
|
| * @constructor
|
| * @implements {remoting.ContextMenuAdapter}
|
| */
|
| -remoting.ContextMenuChrome = function() {
|
| -};
|
| +remoting.ContextMenuChrome = function() {};
|
| +
|
| +remoting.ContextMenuChrome.prototype.dispose = function() {};
|
|
|
| /**
|
| * @param {string} id An identifier for the menu entry.
|
|
|