Chromium Code Reviews| 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 19e980feb4ccc63b391e0c9fc45433d3568c993f..28695a0cfce63fa9bb4c255664b533ac0f6bc396 100644 |
| --- a/third_party/WebKit/Source/core/dom/Document.h |
| +++ b/third_party/WebKit/Source/core/dom/Document.h |
| @@ -1429,6 +1429,8 @@ class CORE_EXPORT Document : public ContainerNode, |
| void runExecutionContextTask(std::unique_ptr<ExecutionContextTask>, |
| bool instrumenting); |
| + void clearSlotChangeList(); |
|
kochi
2017/01/16 07:07:42
Forgot to remove this line?
hayato
2017/01/16 08:11:26
Nice catch! Let me remove this before landing this
|
| + |
| DocumentLifecycle m_lifecycle; |
| bool m_hasNodesWithPlaceholderStyle; |