| Index: Source/WebCore/dom/WebKitMutationObserver.h
|
| ===================================================================
|
| --- Source/WebCore/dom/WebKitMutationObserver.h (revision 113746)
|
| +++ Source/WebCore/dom/WebKitMutationObserver.h (working copy)
|
| @@ -83,6 +83,7 @@
|
| void observationStarted(MutationObserverRegistration*);
|
| void observationEnded(MutationObserverRegistration*);
|
| void enqueueMutationRecord(PassRefPtr<MutationRecord>);
|
| + void setHasTransientRegistration();
|
|
|
| private:
|
| struct ObserverLessThan;
|
|
|