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

Unified Diff: Source/core/dom/StyleElement.h

Issue 16425002: Moved StyleElement::insertedIntoDocument into didNotifySubtreeInsertions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/fast/dom/shadow/remove-and-insert-style-expected.txt ('k') | Source/core/dom/StyleElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StyleElement.h
diff --git a/Source/core/dom/StyleElement.h b/Source/core/dom/StyleElement.h
index 87ab56f3e0d72554c219e0996e6e4868dd659d9d..0b1e41012b10619a39480e4282d59141b9fb8e29 100644
--- a/Source/core/dom/StyleElement.h
+++ b/Source/core/dom/StyleElement.h
@@ -44,7 +44,7 @@ protected:
bool sheetLoaded(Document*);
void startLoadingDynamicSheet(Document*);
- void insertedIntoDocument(Document*, Element*);
+ void processStyleSheet(Document*, Element*);
void removedFromDocument(Document*, Element*);
void clearDocumentData(Document*, Element*);
void childrenChanged(Element*);
« no previous file with comments | « LayoutTests/fast/dom/shadow/remove-and-insert-style-expected.txt ('k') | Source/core/dom/StyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698