Bug 648484, part 0: Fix test-ipcbrowser.

This commit is contained in:
Chris Jones 2011-07-06 13:29:26 -04:00
parent 620eea42dc
commit e66174fad3

View File

@ -22,7 +22,7 @@ function rootView() {
}
function enableAsyncScrolling() {
frameLoader().renderMode = Components.interfaces.nsIFrameLoaer.RENDER_MODE_ASYNC_SCROLL;
frameLoader().renderMode = Components.interfaces.nsIFrameLoader.RENDER_MODE_ASYNC_SCROLL;
}
// Functions affecting the content window.