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

Unified Diff: WebCore/css/CSSRuleList.cpp

Issue 6139003: Merge 75193 - Merge 75168 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 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: WebCore/css/CSSRuleList.cpp
===================================================================
--- WebCore/css/CSSRuleList.cpp (revision 75427)
+++ WebCore/css/CSSRuleList.cpp (working copy)
@@ -76,6 +76,7 @@
return;
}
+ m_lstCSSRules[index]->setParent(0);
m_lstCSSRules.remove(index);
}

Powered by Google App Engine
This is Rietveld 408576698