Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/URL.idl ('k') | third_party/WebKit/Source/core/editing/Selection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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].
« no previous file with comments | « third_party/WebKit/Source/core/dom/URL.idl ('k') | third_party/WebKit/Source/core/editing/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698