Revert "[VD] Fix crash problem by low memory callback" 41/215441/1 accepted/tizen/unified/20191011.015441 submit/tizen/20191010.010044
authorliwei <wei90727.li@samsung.com>
Tue, 8 Oct 2019 06:35:08 +0000 (14:35 +0800)
committerliwei <wei90727.li@samsung.com>
Tue, 8 Oct 2019 06:35:08 +0000 (14:35 +0800)
This reverts commit 47d30ddaf080e5db9ca9ef4585987e6c51db7ebe.

Change-Id: If7424c6b1e96b257b5a58b93b74013eb680d270a
Signed-off-by: liwei <wei90727.li@samsung.com>
wrt_app/src/web_application.js

index ccb380c..abccbdd 100755 (executable)
@@ -412,11 +412,9 @@ class WebApplication {
             this.windowList.forEach((window) => {
                 //clear webframe cache
                 wrt.clearWebCache(window.webContents);
-                /* FIXME: will unblock after chromium-efl released
                 window.webContents.session.clearCache(function() {
                     console.log('clear session Cache complete');
                 })
-                */
             });
         }
     }