Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index 45a91520ec31434010ac96e70b77e51e429b7f9c..8c475bbf4272cedeb05ece53125e74d44a9b80d0 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -1873,7 +1873,7 @@ bool Document::needsLayoutTreeUpdateForNode(const Node& node) const |
return false; |
} |
-void Document::updateLayoutTreeForNode(Node* node) |
+void Document::updateLayoutTreeForNode(const Node* node) |
{ |
DCHECK(node); |
if (!needsLayoutTreeUpdateForNode(*node)) |