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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2622193002: Dispatch slotchange events in "notify mutation observers" steps (Closed)
Patch Set: clean slotchange list Created 3 years, 11 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698