| Index: Source/core/dom/MutationObserver.h
|
| diff --git a/Source/core/dom/MutationObserver.h b/Source/core/dom/MutationObserver.h
|
| index 859cd9762e676526448a92785b25b044f45392ab..910796463d4296d3411e37b4158c6902b9a65e9d 100644
|
| --- a/Source/core/dom/MutationObserver.h
|
| +++ b/Source/core/dom/MutationObserver.h
|
| @@ -59,6 +59,7 @@ typedef WillBeHeapVector<RefPtrWillBeMember<MutationObserver> > MutationObserver
|
| typedef WillBeHeapVector<RefPtrWillBeMember<MutationRecord> > MutationRecordVector;
|
|
|
| class MutationObserver FINAL : public RefCountedWillBeGarbageCollectedFinalized<MutationObserver>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum MutationType {
|
| ChildList = 1 << 0,
|
| @@ -109,6 +110,6 @@ private:
|
| unsigned m_priority;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // MutationObserver_h
|
|
|