Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: remoting/webapp/me2mom/client_session.js

Issue 8897017: Fix null pointer error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/me2mom/client_screen.js ('k') | remoting/webapp/me2mom/toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/client_session.js
diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js
index e9ae4bf41de14e8a70ae16b6b2a0ceed98879119..e34f0831a01e7a1f479114cb7d122ef339384a97 100644
--- a/remoting/webapp/me2mom/client_session.js
+++ b/remoting/webapp/me2mom/client_session.js
@@ -345,7 +345,7 @@ remoting.ClientSession.prototype.setState_ = function(newState) {
*
* @return {void} Nothing.
*/
-remoting.ClientSession.prototype.onWindowSizeChanged = function() {
+remoting.ClientSession.prototype.onResize = function() {
this.updateDimensions();
};
« no previous file with comments | « remoting/webapp/me2mom/client_screen.js ('k') | remoting/webapp/me2mom/toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698