| Index: Source/core/accessibility/AXObjectCache.cpp
 | 
| diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp
 | 
| index 132e04d673b9770d96c46bcf0aced2f799beaa33..fe407068c151613a9a1877548a25fb5b6719a42e 100644
 | 
| --- a/Source/core/accessibility/AXObjectCache.cpp
 | 
| +++ b/Source/core/accessibility/AXObjectCache.cpp
 | 
| @@ -767,7 +767,7 @@ void AXObjectCache::postNotification(AXObject* object, Document* document, AXNot
 | 
|      if (postType == PostAsynchronously) {
 | 
|          m_notificationsToPost.append(std::make_pair(object, notification));
 | 
|          if (!m_notificationPostTimer.isActive())
 | 
| -            m_notificationPostTimer.startOneShot(0);
 | 
| +            m_notificationPostTimer.startOneShot(0, FROM_HERE);
 | 
|      } else {
 | 
|          postPlatformNotification(object, notification);
 | 
|      }
 | 
| 
 |