| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 5ff715d10553ba2d0e2749cc27cc27004e200566..4a5afa040096c7378c7b9f18ae42f9910589999c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -424,7 +424,7 @@ public:
|
| void updateLayoutTree();
|
| // Same as updateLayoutTree() except ignoring pending stylesheets.
|
| void updateLayoutTreeIgnorePendingStylesheets();
|
| - void updateLayoutTreeForNode(Node*);
|
| + void updateLayoutTreeForNode(const Node*);
|
| void updateLayout();
|
| void layoutUpdated();
|
| enum RunPostLayoutTasks {
|
|
|