Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1487)

Unified Diff: WebCore/dom/Document.h

Issue 3691003: Merge 69043 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/video-transformed.html ('k') | WebCore/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/media/video-transformed.html ('k') | WebCore/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698