Title: [286027] trunk/Source/WebCore
Revision
286027
Author
[email protected]
Date
2021-11-18 13:57:15 -0800 (Thu, 18 Nov 2021)

Log Message

Unreviewed, fix Linux build after r286025.

* page/linux/ResourceUsageThreadLinux.cpp:
(WebCore::ResourceUsageThread::platformCollectCPUData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286026 => 286027)


--- trunk/Source/WebCore/ChangeLog	2021-11-18 21:47:54 UTC (rev 286026)
+++ trunk/Source/WebCore/ChangeLog	2021-11-18 21:57:15 UTC (rev 286027)
@@ -1,5 +1,12 @@
 2021-11-18  Chris Dumez  <[email protected]>
 
+        Unreviewed, fix Linux build after r286025.
+
+        * page/linux/ResourceUsageThreadLinux.cpp:
+        (WebCore::ResourceUsageThread::platformCollectCPUData):
+
+2021-11-18  Chris Dumez  <[email protected]>
+
         Port call sites to ScriptExecutionContext::identifier() and drop ScriptExecutionContext::contextIdentifier()
         https://bugs.webkit.org/show_bug.cgi?id=233323
 

Modified: trunk/Source/WebCore/page/linux/ResourceUsageThreadLinux.cpp (286026 => 286027)


--- trunk/Source/WebCore/page/linux/ResourceUsageThreadLinux.cpp	2021-11-18 21:47:54 UTC (rev 286026)
+++ trunk/Source/WebCore/page/linux/ResourceUsageThreadLinux.cpp	2021-11-18 21:57:15 UTC (rev 286027)
@@ -249,7 +249,7 @@
                 continue;
 
             if (auto id = thread->thread()->id())
-                knownWorkerThreads.set(id, thread->identifier().isolatedCopy());
+                knownWorkerThreads.set(id, thread->inspectorIdentifier().isolatedCopy());
         }
     }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to