Avoid unchecked casts in UA shadow DOM.
If we have a way to leak UA shadow DOM to web authors or Chrome extension authors,
these unchecked casts would be dangerous.
This CL introduces toFooTypeOrDie() helpers, and apply it to UA shadow DOM.
BUG=
668970
Committed:
https://crrev.com/2ce7841faa0fcfb4bff02b808745a9399a1c0603
Cr-Commit-Position: refs/heads/master@{#434899}