Index: Source/core/dom/MutationRecord.h |
diff --git a/Source/core/dom/MutationRecord.h b/Source/core/dom/MutationRecord.h |
index d4293198ebe4a92a22804e3bf3e7f4f5d57b02b4..9d8de32df1d531ee50fa1448948f18f2c223267c 100644 |
--- a/Source/core/dom/MutationRecord.h |
+++ b/Source/core/dom/MutationRecord.h |
@@ -45,7 +45,7 @@ class QualifiedName; |
class MutationRecord : public RefCountedWillBeGarbageCollectedFinalized<MutationRecord>, public ScriptWrappable { |
public: |
- static PassRefPtrWillBeRawPtr<MutationRecord> createChildList(PassRefPtr<Node> target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling); |
+ static PassRefPtrWillBeRawPtr<MutationRecord> createChildList(PassRefPtr<Node> target, PassRefPtrWillBeRawPtr<NodeList> added, PassRefPtrWillBeRawPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling); |
static PassRefPtrWillBeRawPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, const AtomicString& oldValue); |
static PassRefPtrWillBeRawPtr<MutationRecord> createCharacterData(PassRefPtr<Node> target, const String& oldValue); |
static PassRefPtrWillBeRawPtr<MutationRecord> createWithNullOldValue(PassRefPtrWillBeRawPtr<MutationRecord>); |