Title: [292638] trunk/Source/WebCore
Revision
292638
Author
cdu...@apple.com
Date
2022-04-08 15:07:25 -0700 (Fri, 08 Apr 2022)

Log Message

Simplify / Optimize the whitespace cache implementation
https://bugs.webkit.org/show_bug.cgi?id=238736
<rdar://problem/91255370>

Reviewed by Darin Adler.

Follow-up to r292310 to add missing blank lines.

* html/parser/HTMLConstructionSite.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (292637 => 292638)


--- trunk/Source/WebCore/ChangeLog	2022-04-08 22:00:22 UTC (rev 292637)
+++ trunk/Source/WebCore/ChangeLog	2022-04-08 22:07:25 UTC (rev 292638)
@@ -1,3 +1,15 @@
+2022-04-08  Chris Dumez  <cdu...@apple.com>
+
+        Simplify / Optimize the whitespace cache implementation
+        https://bugs.webkit.org/show_bug.cgi?id=238736
+        <rdar://problem/91255370>
+
+        Reviewed by Darin Adler.
+
+        Follow-up to r292310 to add missing blank lines.
+
+        * html/parser/HTMLConstructionSite.h:
+
 2022-04-08  Oriol Brufau  <obru...@igalia.com>
 
         [css-cascade] Merge getRelatedPropertyId() and shouldApplyPropertyInParseOrder()

Modified: trunk/Source/WebCore/html/parser/HTMLConstructionSite.h (292637 => 292638)


--- trunk/Source/WebCore/html/parser/HTMLConstructionSite.h	2022-04-08 22:00:22 UTC (rev 292637)
+++ trunk/Source/WebCore/html/parser/HTMLConstructionSite.h	2022-04-08 22:07:25 UTC (rev 292638)
@@ -42,6 +42,7 @@
     AtomString string;
     uint64_t code { 0 };
 };
+
 }
 
 namespace WTF {
@@ -49,6 +50,7 @@
 }
 
 namespace WebCore {
+
 struct HTMLConstructionSiteTask {
     enum Operation {
         Insert,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to