[Common] Fixed typo 61/285561/1
authorPiotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Wed, 14 Dec 2022 16:22:07 +0000 (17:22 +0100)
committerPiotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Wed, 14 Dec 2022 16:22:11 +0000 (17:22 +0100)
[Verification] Code compiles without errors

Change-Id: I97f5aa9394590b5fa963caef8811ebfea16670fd

src/utils/utils_instance.h

index 71f013d..befc4f9 100644 (file)
@@ -18,7 +18,8 @@ class UtilsInstance : public common::ParsedInstance {
   virtual ~UtilsInstance() {
     // At this point, frame of the page is destroyed or reloaded, so all the jobs have to be
     // removed.
-    if (!is_webworker_) {
+    if (!is_web_worker_)
+    {
       common::TaskQueue::GetInstance().DeleteJobs();
     }
   }