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()); |