Index: Source/core/dom/MutationObserver.h |
diff --git a/Source/core/dom/MutationObserver.h b/Source/core/dom/MutationObserver.h |
index f5a6252b79972a9fe5070c692012b5482437a937..157ce4ca869985ad9e0abf3d62bccfdc183425aa 100644 |
--- a/Source/core/dom/MutationObserver.h |
+++ b/Source/core/dom/MutationObserver.h |
@@ -94,7 +94,7 @@ public: |
void enqueueMutationRecord(PassRefPtrWillBeRawPtr<MutationRecord>); |
void setHasTransientRegistration(); |
- WillBeHeapHashSet<RawPtrWillBeMember<Node> > getObservedNodes() const; |
+ WillBeHeapHashSet<RawPtrWillBeMember<Node>> getObservedNodes() const; |
DECLARE_TRACE(); |