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

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

Issue 2650353002: Revert of Introduce SynchronousMutationObserver::didChangeAttribute() (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
diff --git a/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h b/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
index 2c1f4b26580cf1203fb105d1ce2c11eda95866f8..813f2097cbe8aba08c885c1cf40476beab0389b2 100644
--- a/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
+++ b/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
@@ -14,7 +14,6 @@
class CharacterData;
class ContainerNode;
class Document;
-class Element;
class Node;
class NodeWithIndex;
class SynchronousMutationObserver;
@@ -23,7 +22,8 @@
class CORE_EXPORT SynchronousMutationNotifier
: public LifecycleNotifier<Document, SynchronousMutationObserver> {
public:
- void notifyChangeAttribute(const Element&);
+ // TODO(yosin): We will have |notifyXXX()| functions defined in
+ // |SynchronousMutationObserver|.
void notifyChangeChildren(const ContainerNode&);
void notifyMergeTextNodes(const Text& mergedNode,
const NodeWithIndex& nodeToBeRemovedWithIndex,
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698