Bug 247841 - Remove the Document.charset setter
Summary: Remove the Document.charset setter
Status: RESOLVED DUPLICATE of bug 153367
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-12 05:32 PST by Ahmad Saleem
Modified: 2022-11-12 12:00 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2022-11-12 05:32:07 PST
Hi Team,

While going through Blink Commits, I came across following, which was removed in Blink 2015:

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/2af8662ff5b746790571b777ee2e3cc73db3e085

Webkit GitHub Source - https://github.com/WebKit/WebKit/blob/2b519ff97e74aa11c104cfb2dcb3d697db8d2a49/Source/WebCore/dom/Document.cpp#L1511 & https://github.com/WebKit/WebKit/blob/2b519ff97e74aa11c104cfb2dcb3d697db8d2a49/Source/WebCore/dom/Document.h#L475 etc.

If it is already done, please ignore my bug.

Thanks!
Comment 1 Sam Sneddon [:gsnedders] 2022-11-12 12:00:14 PST
See the Document.idl; this already appears as `readonly`.

*** This bug has been marked as a duplicate of bug 153367 ***