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

Unified Diff: Source/WebCore/dom/Document.cpp

Issue 11879024: Merge 139100 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
Index: Source/WebCore/dom/Document.cpp
===================================================================
--- Source/WebCore/dom/Document.cpp (revision 139656)
+++ Source/WebCore/dom/Document.cpp (working copy)
@@ -4467,6 +4467,7 @@
void Document::styleResolverThrowawayTimerFired(Timer<Document>*)
{
+ ASSERT(!m_inStyleRecalc);
clearStyleResolver();
}

Powered by Google App Engine
This is Rietveld 408576698