RESOLVED FIXED 80243
Refactoring: Move HTMLContentElement::attach to InsertionPoint::attach
https://bugs.webkit.org/show_bug.cgi?id=80243
Summary Refactoring: Move HTMLContentElement::attach to InsertionPoint::attach
Shinya Kawanaka
Reported 2012-03-04 23:43:01 PST
Since <shadow> will have to do almost the same thing for <content>, it's natural that InsertionPoint::attach() has the same code as HTMLContentElemetn::attach().
Attachments
Patch (5.38 KB, patch)
2012-03-05 00:08 PST, Shinya Kawanaka
no flags
Patch for landing (5.38 KB, patch)
2012-03-05 00:20 PST, Shinya Kawanaka
no flags
Shinya Kawanaka
Comment 1 2012-03-05 00:08:15 PST
Hajime Morrita
Comment 2 2012-03-05 00:16:45 PST
Comment on attachment 130063 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130063&action=review > Source/WebCore/ChangeLog:9 > + elements. So it is natural that InsertionPoint::attach() has such code. Doesn't need "so". Could be single sentence?
Shinya Kawanaka
Comment 3 2012-03-05 00:20:13 PST
Created attachment 130064 [details] Patch for landing
Shinya Kawanaka
Comment 4 2012-03-05 00:22:56 PST
Note You need to log in before you can comment on or make changes to this bug.