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

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

Issue 23549008: Have Node::diff() take a Document reference in argument (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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.cpp ('k') | Source/core/dom/Node.cpp » ('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 d3e0e8bdb260bcefc625ee3eb8b69a639893cb2b..2098ee0c8139cd2f44eacf6446d95dd02c2d0067 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -167,7 +167,7 @@ public:
static void dumpStatistics();
enum StyleChange { NoChange, NoInherit, Inherit, Force, Reattach };
- static StyleChange diff(const RenderStyle*, const RenderStyle*, Document*);
+ static StyleChange diff(const RenderStyle*, const RenderStyle*, const Document&);
virtual ~Node();
void willBeDeletedFrom(Document*);
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698