Fix error when suspend/resume on m63 16/209816/1
authorws29.jung <ws29.jung@samsung.com>
Thu, 11 Jul 2019 08:57:46 +0000 (17:57 +0900)
committerws29.jung <ws29.jung@samsung.com>
Thu, 11 Jul 2019 09:16:53 +0000 (18:16 +0900)
commitf61728e88626b9e85cb651732ac543f076f8ebfc
tree2e37fefba931f8bba24b8be10367d93a367c2533
parentf638eb86e7d404cab9d3dd3f2f130e2cf15d9e98
Fix error when suspend/resume on m63

fromId and getAllWindows Methods which are in WRTWindow class
were executing binded function from TopLevelWindow class.
However, TopLevelWindow class does not exist in m63.
Instead of TopLevelWindow, BrowserWindow class in m63 has
same functions and in m69, it is a child class of TopLevelWindow.
Methods from TopLevelWindow is now subsituted to methods from BrowserWindow.

Change-Id: I88607d1ded40d2daae9d74ea6e45f65272cf609d
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
wrt_app/browser/wrt_window.js