| Index: Source/core/dom/MutationRecord.h
|
| diff --git a/Source/core/dom/MutationRecord.h b/Source/core/dom/MutationRecord.h
|
| index 8944c6bbefda48b8e56e406bcfe34b4189afe920..ac4fa72386d04fe90298d8e7cadc1a84d56b082c 100644
|
| --- a/Source/core/dom/MutationRecord.h
|
| +++ b/Source/core/dom/MutationRecord.h
|
| @@ -41,7 +41,8 @@ namespace blink {
|
|
|
| class Node;
|
| class QualifiedName;
|
| -class StaticNodeList;
|
| +template <typename NodeType> class StaticNodeTypeList;
|
| +typedef StaticNodeTypeList<Node> StaticNodeList;
|
|
|
| class MutationRecord : public RefCountedWillBeGarbageCollectedFinalized<MutationRecord>, public ScriptWrappable {
|
| public:
|
|
|