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, |