Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ba575dadde29513f46fdb6fb181030d1e5fadaf7
      
https://github.com/WebKit/WebKit/commit/ba575dadde29513f46fdb6fb181030d1e5fadaf7
  Author: Ahmad Saleem <ahmad.saleem792+git...@gmail.com>
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
    M Source/WebCore/xml/XMLTreeViewer.cpp

  Log Message:
  -----------
  XMLTreeViewer::transformDocumentToTreeView should not call 
didChangeActiveStyleSheetCandidates

https://bugs.webkit.org/show_bug.cgi?id=250976
rdar://problem/104797532

Reviewed by Ryosuke Niwa.

Merge: 
https://chromium.googlesource.com/chromium/blink/+/7654964eebca76141b8c44ef2f369d547963f577

transformDocumentToTreeView was calling didChangeActiveStyleSheetCandidates
after updating the text inside a `style` element. This isn't necessary since we 
already
updated the stylesheets.

* Source/WebCore/xml/XMLTreeViewer.cpp:
(XMLTreeViewer::transformDocumentToTreeView):

Canonical link: https://commits.webkit.org/273689@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to