DCHECK on any Shadow DOM v0 or Custom Element v0 usage
With [1], all three Web Component v0 APIs have been disabled for any external use through the WebIDL. This CL DCHECKs on two of the three, to make sure no internal code is using these APIs. There are still dependencies on HTML Imports (see crbug.com/1111843), so that API will be left functional for now. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2195005 Bug: 937746, 1111843 Change-Id: Iba416e804828f8a0961dd4dbfbffc1159573c5e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451299Reviewed-by:Yu Han <yuzhehan@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#814280}
Showing
Please register or sign in to comment