| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| index b2a1872fac34235bd557d36f4e25fd7cfb4487d5..55f51411f4ffc8c8d8ce53aa1abe727728d31780 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| @@ -33,7 +33,7 @@ interface ShadowRoot : DocumentFragment {
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
|
| [RuntimeEnabled=ShadowDOMV1] readonly attribute boolean delegatesFocus;
|
|
|
| - // TODO(philipj): The spec does not override cloneNode() on the ShadowRoot
|
| + // TODO(foolip): The spec does not override cloneNode() on the ShadowRoot
|
| // interface. Here, it's used to implement "Invoking the cloneNode() method
|
| // on a ShadowRoot instance must always throw a DATA_CLONE_ERR exception" as
|
| // Node.cloneNode() does not have [RaisesException].
|
|
|