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

Unified Diff: Source/core/dom/Node.h

Issue 141013010: Rename bindingFoo to fooForBindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/core/dom/Element.idl ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index bb4168570a104f4685a0b637555ba7434ca489d2..254f0e859459ece0e69ed3cdedcaeb2d64027dc9 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -485,7 +485,7 @@ public:
Node* commonAncestor(const Node&, Node* (*parent)(const Node&));
// FIXME: Remove this when crbug.com/265716 cleans up contains semantics.
- bool bindingsContains(const Node* node) const { return containsIncludingShadowDOM(node); }
+ bool containsForBindings(const Node* node) const { return containsIncludingShadowDOM(node); }
// Used to determine whether range offsets use characters or node indices.
virtual bool offsetInCharacters() const;
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698