| Index: Source/core/dom/MutationRecord.h
|
| diff --git a/Source/core/dom/MutationRecord.h b/Source/core/dom/MutationRecord.h
|
| index ac4fa72386d04fe90298d8e7cadc1a84d56b082c..e37edc8033ea71aee1fc161597e7802e24fb437e 100644
|
| --- a/Source/core/dom/MutationRecord.h
|
| +++ b/Source/core/dom/MutationRecord.h
|
| @@ -45,6 +45,7 @@ template <typename NodeType> class StaticNodeTypeList;
|
| typedef StaticNodeTypeList<Node> StaticNodeList;
|
|
|
| class MutationRecord : public RefCountedWillBeGarbageCollectedFinalized<MutationRecord>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<MutationRecord> createChildList(PassRefPtrWillBeRawPtr<Node> target, PassRefPtrWillBeRawPtr<StaticNodeList> added, PassRefPtrWillBeRawPtr<StaticNodeList> removed, PassRefPtrWillBeRawPtr<Node> previousSibling, PassRefPtrWillBeRawPtr<Node> nextSibling);
|
| static PassRefPtrWillBeRawPtr<MutationRecord> createAttributes(PassRefPtrWillBeRawPtr<Node> target, const QualifiedName&, const AtomicString& oldValue);
|
|
|