[VD] Correct spelling 05/267405/1 accepted/tizen/unified/20211205.214135 submit/tizen/20211203.160018
authorDongHyun Song <dh81.song@samsung.com>
Fri, 3 Dec 2021 01:04:19 +0000 (10:04 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Fri, 3 Dec 2021 01:05:07 +0000 (10:05 +0900)
Suface --> Surface

Change-Id: Ic51b7a5ea3d64b284ed8c87ad8f838d62eebce45
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/common/web_application_delegate.ts
wrt_app/src/web_application.ts

index 7d3bd18..62f2661 100644 (file)
@@ -28,7 +28,7 @@ export class WebApplicationDelegate {
   beforeQuit() { }
   canIgnoreSuspend() { return false; }
   clearCache() { }
-  clearSuface(webContents: any) { }
+  clearSurface(webContents: any) { }
   focus(webContents: any) { }
   handleAppControlEvent(appControl: any) { return true; }
   handleProxyInfo(authInfo: any, callback: any) { return false; }
index aa020c0..640b49c 100644 (file)
@@ -416,7 +416,7 @@ export class WebApplication {
   }
 
   private closeWindows() {
-    this.profileDelegate.clearSuface(this.mainWindow.webContents);
+    this.profileDelegate.clearSurface(this.mainWindow.webContents);
     this.windowList.slice().forEach((window) => {
       if (window != this.mainWindow)
         window.destroy();