Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 25db3803fc59755487154072a5580e886296c020..2c26908cd9658554b8b1d18ea2d8f64ece7632c5 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -151,7 +151,7 @@ private: |
bool m_inDispatchErrorEvent; |
class PendingException; |
- OwnPtrWillBeMember<WillBeHeapVector<OwnPtrWillBeMember<PendingException> > > m_pendingExceptions; |
+ OwnPtrWillBeMember<WillBeHeapVector<OwnPtrWillBeMember<PendingException>>> m_pendingExceptions; |
bool m_activeDOMObjectsAreSuspended; |
bool m_activeDOMObjectsAreStopped; |