| Index: sky/engine/core/dom/Element.cpp
|
| diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
|
| index 6e1ca6f3be36615da4d90fb66ec7f371b33459d2..a99664c539cf3f0012e94a0f2479fadce90c83b3 100644
|
| --- a/sky/engine/core/dom/Element.cpp
|
| +++ b/sky/engine/core/dom/Element.cpp
|
| @@ -1240,8 +1240,7 @@ void Element::dispatchFocusOutEvent(const AtomicString& eventType, Element* newF
|
| dispatchScopedEventDispatchMediator(FocusOutEventDispatchMediator::create(FocusEvent::create(eventType, true, false, document().domWindow(), 0, newFocusedElement)));
|
| }
|
|
|
| -// FIXME(sky): Remove pseudoElementSpecifier.
|
| -RenderStyle* Element::computedStyle(PseudoId pseudoElementSpecifier)
|
| +RenderStyle* Element::computedStyle()
|
| {
|
| // FIXME: Find and use the renderer from the pseudo element instead of the actual element so that the 'length'
|
| // properties, which are only known by the renderer because it did the layout, will be correct and so that the
|
|
|