| 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 580b4220c29499cd677bcb17a404eb1b0877e83d..96c7157596d92c83376b6675ecb1da88de36f0b3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -933,7 +933,7 @@ public:
|
|
|
| void initDNSPrefetch();
|
|
|
| - bool isInDocumentWrite() { return m_writeRecursionDepth > 0; }
|
| + bool isInDocumentWrite() const { return m_writeRecursionDepth > 0; }
|
|
|
| TextAutosizer* textAutosizer();
|
|
|
|
|