| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling.html
|
| index e3132637c81ecd8344303c44babefd91a79e5e0d..704553ea35be33e4cd4a105668cf65bf15bcf769 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling.html
|
| @@ -45,7 +45,7 @@ function RegisterXMenu() {
|
| var xMenuProto = Object.create(HTMLElement.prototype);
|
| xMenuProto.createdCallback = function() {
|
| var delegatesFocus = this.hasAttribute('delegatesFocus');
|
| - this.createShadowRoot({ 'delegatesFocus': delegatesFocus })
|
| + this.attachShadow({ 'delegatesFocus': delegatesFocus })
|
| .appendChild(
|
| document.importNode(template.content, true)
|
| );
|
|
|