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

Unified Diff: Source/core/dom/Element.cpp

Issue 783983005: Fix regression caused by r178354 where options in optgroup not indented (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/core/css/html.css ('k') | Source/core/html/HTMLOptionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.cpp
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
index 95d6824d5e7e8884895744412924fe18f00ce21b..ad73787f2458dfcc54fa2793f9218ddf8c1412c4 100644
--- a/Source/core/dom/Element.cpp
+++ b/Source/core/dom/Element.cpp
@@ -2660,7 +2660,6 @@ void Element::createPseudoElementIfNeeded(PseudoId pseudoId)
document().addToTopLayer(element.get(), this);
element->insertedInto(this);
element->attach();
-
tkent 2014/12/15 01:23:02 This change is unnecessary.
keishi 2014/12/15 02:22:33 Done.
InspectorInstrumentation::pseudoElementCreated(element.get());
ensureElementRareData().setPseudoElement(pseudoId, element.release());
« no previous file with comments | « Source/core/css/html.css ('k') | Source/core/html/HTMLOptionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698