Currently it's under html/shadow/, but it should be under dom/ because ShadowRoot is going to work with it.
Created attachment 93632 [details] Patch
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/8700785
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass efl-ews (efl): Output: http://queues.webkit.org/results/8699830
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass gtk-ews (gtk): Output: http://queues.webkit.org/results/8695961
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/8702038
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass cr-mac-ews (chromium): Output: http://queues.webkit.org/results/8694992
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/8701726
Comment on attachment 93632 [details] Patch Attachment 93632 [details] did not pass cr-mac-ews (chromium): Output: http://queues.webkit.org/results/8695986
Comment on attachment 93632 [details] Patch Angry mob of bots are forcing me to r- this patch.
Hmm. The file renaming seems failed - they saw old ShadowContentElement.h.
(In reply to comment #10) > Hmm. The file renaming seems failed - they saw old ShadowContentElement.h. No, the patch was wrong....
Created attachment 93729 [details] A patch made by git diff Manually attaching the patch.
Created attachment 93737 [details] Trying to fix windows build
Comment on attachment 93737 [details] Trying to fix windows build View in context: https://bugs.webkit.org/attachment.cgi?id=93737&action=review > Source/WebCore/dom/Node.h:737 > +inline void Node::forceReattach() It would be a great clean up patch for someone to go and replace all attach/detach uses with this.
> It would be a great clean up patch for someone to go and replace all attach/detach uses with this. Feeling same, filed Bug 61011.
Committed r86726: <http://trac.webkit.org/changeset/86726>