Index: WebCore/dom/Document.h |
=================================================================== |
--- WebCore/dom/Document.h (revision 69498) |
+++ WebCore/dom/Document.h (working copy) |
@@ -1061,6 +1061,8 @@ |
void pendingEventTimerFired(Timer<Document>*); |
PassRefPtr<NodeList> handleZeroPadding(const HitTestRequest&, HitTestResult&) const; |
+ |
+ void loadEventDelayTimerFired(Timer<Document>*); |
OwnPtr<CSSStyleSelector> m_styleSelector; |
bool m_didCalculateStyleSelector; |
@@ -1303,6 +1305,7 @@ |
#endif |
int m_loadEventDelayCount; |
+ Timer<Document> m_loadEventDelayTimer; |
}; |
inline bool Document::hasElementWithId(AtomicStringImpl* id) const |